mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user