This commit is contained in:
Ghommie
2020-02-22 00:55:32 +01:00
1009 changed files with 20505 additions and 13193 deletions
@@ -14,7 +14,7 @@
return 0
// Robots don't really need to see the screen, their wireless connection works as long as computer is on.
if(!screen_on && !issilicon(user))
if(!screen_on && !hasSiliconAccessInArea(user))
if(ui)
ui.close()
return 0
@@ -87,7 +87,7 @@
if(IsAdminGhost(user))
return TRUE
if(issilicon(user))
if(computer && computer.hasSiliconAccessInArea(user))
return TRUE
if(ishuman(user))