mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Earlyports runtime fix
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/mob/living/silicon/robot/shared_nano_interaction()
|
||||
. = STATUS_INTERACTIVE
|
||||
if(cell.charge <= 0)
|
||||
if(!has_power)
|
||||
return STATUS_CLOSE
|
||||
if(lockdown)
|
||||
. = STATUS_DISABLED
|
||||
|
||||
Reference in New Issue
Block a user