push
This commit is contained in:
@@ -767,7 +767,7 @@ What a mess.*/
|
||||
/obj/machinery/computer/secure_data/emp_act(severity)
|
||||
. = ..()
|
||||
|
||||
if(stat & (BROKEN|NOPOWER) || . & EMP_PROTECT_SELF)
|
||||
if(machine_stat & (BROKEN|NOPOWER) || . & EMP_PROTECT_SELF)
|
||||
return
|
||||
|
||||
for(var/datum/data/record/R in GLOB.data_core.security)
|
||||
|
||||
Reference in New Issue
Block a user