Borged traitors can no longer hack themselves with a robotics terminal.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1207 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-18 22:46:11 +00:00
parent f89385c59a
commit 4368bc7564
+1 -1
View File
@@ -92,7 +92,7 @@
else
dat += " Independent from AI |"
if (istype(user, /mob/living/silicon))
if(user.mind.special_role && !R.emagged)
if((user.mind.special_role && user.mind.original == user) && !R.emagged)
dat += "<A href='?src=\ref[src];magbot=\ref[R]'>(<font color=blue><i>Hack</i></font>)</A> "
dat += "<A href='?src=\ref[src];stopbot=\ref[R]'>(<font color=green><i>[R.canmove ? "Lockdown" : "Release"]</i></font>)</A> "
dat += "<A href='?src=\ref[src];killbot=\ref[R]'>(<font color=red><i>Destroy</i></font>)</A>"