This commit is contained in:
Ryll-Ryll
2020-07-11 23:23:23 -04:00
parent 86d63c2020
commit fc0b247738
36 changed files with 56 additions and 50 deletions
@@ -189,7 +189,7 @@
return
if(enabled)
ui_interact(user)
else if(IsAdminGhost(user))
else if(isAdminGhostAI(user))
var/response = alert(user, "This computer is turned off. Would you like to turn it on?", "Admin Override", "Yes", "No")
if(response == "Yes")
turn_on(user)
@@ -103,7 +103,7 @@
if(!transfer && computer && (computer.obj_flags & EMAGGED)) //emags can bypass the execution locks but not the download ones.
return TRUE
if(IsAdminGhost(user))
if(isAdminGhostAI(user))
return TRUE
if(issilicon(user))