The nuke is now blob immune, so that blobs can't just eat the nuke and have no real threat against them.

This commit is contained in:
Intigracy
2017-01-26 15:55:07 -08:00
parent 3dd5a4f8f0
commit 0e805107bb

View File

@@ -270,13 +270,8 @@ var/obj/item/weapon/disk/nuclear/nukedisk
return
/obj/machinery/nuclearbomb/blob_act()
if (src.timing == -1.0)
return
else
return ..()
return
#define NUKERANGE 80
/obj/machinery/nuclearbomb/proc/explode()
if (src.safety)