mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Bugfixes for adminhelp and the Power Offline event.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/datum/event/power_offline
|
||||
Announce()
|
||||
for(var/obj/machinery/power/apc/a in world)
|
||||
if(!a.crit)
|
||||
if(istype(a.area, /area/engine))
|
||||
if(!a.crit && a.z == 1)
|
||||
if(istype(a.area, /area/engine) || istype(a.area, /area/toxins/xenobiology))
|
||||
continue
|
||||
a.eventoff = 1
|
||||
a.update()
|
||||
|
||||
Reference in New Issue
Block a user