please do not end your paths with /
This commit is contained in:
@@ -1163,7 +1163,7 @@
|
||||
for(var/obj/machinery/light/L in area)
|
||||
if(!initial(L.no_emergency)) //If there was an override set on creation, keep that override
|
||||
L.no_emergency = emergency_lights
|
||||
INVOKE_ASYNC(L, TYPE_PROC_REF(/obj/machinery/light/, update), FALSE)
|
||||
INVOKE_ASYNC(L, TYPE_PROC_REF(/obj/machinery/light, update), FALSE)
|
||||
CHECK_TICK
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user