hijack implant

This commit is contained in:
Seris02
2020-01-18 18:04:31 +08:00
parent 1b927e6a01
commit 04b34ec8ed
74 changed files with 400 additions and 160 deletions

View File

@@ -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

View File

@@ -87,7 +87,7 @@
if(IsAdminGhost(user))
return 1
if(issilicon(user))
if(hasSiliconAccessInArea(user,get_area(computer)))
return 1
if(ishuman(user))