mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
hijack implant
This commit is contained in:
@@ -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,get_area(src)))
|
||||
if(ui)
|
||||
ui.close()
|
||||
return 0
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
if(IsAdminGhost(user))
|
||||
return 1
|
||||
|
||||
if(issilicon(user))
|
||||
if(hasSiliconAccessInArea(user,get_area(computer)))
|
||||
return 1
|
||||
|
||||
if(ishuman(user))
|
||||
|
||||
Reference in New Issue
Block a user