mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Let's err on the side of caution and make the engineering smes immune.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/datum/round_event/grid_check/start()
|
||||
for(var/obj/machinery/power/smes/S in machines)
|
||||
if(istype(get_area(S), /area/turret_protected) || S.z != ZLEVEL_STATION)
|
||||
if(istype(get_area(S), /area/turret_protected) || istype(get_area(S), /area/engine/engine_smes) || S.z != ZLEVEL_STATION)
|
||||
continue
|
||||
|
||||
S.energy_fail(rand(15,30))
|
||||
|
||||
Reference in New Issue
Block a user