Makes seismic charges not work on admin z-levels

This commit is contained in:
Heroman
2022-07-03 05:24:44 +10:00
parent 594a1f8317
commit a1c84aa253
@@ -8,7 +8,7 @@
target = src
var/turf/T = get_turf(target)
if(T.z in using_map.station_levels)
if((T.z in using_map.station_levels) || (T.z in using_map.admin_levels))
target.visible_message("<span class='danger'>\The [src] lets out a loud beep as safeties trigger, before imploding and falling apart.</span>")
target.cut_overlay(image_overlay, TRUE)
qdel(src)