mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user