diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index 4e61bf3c52e..1f931dfc6d8 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -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) << "You can't help but feel that you just lost something back there..." qdel(src)