Make nuke-disk z-level more specific and sane

This commit is contained in:
Tigercat2000
2015-07-25 19:27:18 -07:00
parent 6ac0ada097
commit 280a326e32
+1 -1
View File
@@ -465,7 +465,7 @@ obj/machinery/nuclearbomb/proc/nukehack_win(mob/user as mob)
/obj/item/weapon/disk/nuclear/process()
var/turf/disk_loc = get_turf(src)
if(disk_loc.z > ZLEVEL_CENTCOMM)
if(disk_loc.z != ZLEVEL_STATION && disk_loc.z != ZLEVEL_CENTCOMM)
get(src, /mob) << "<span class='danger'>You can't help but feel that you just lost something back there...</span>"
qdel(src)