Merge pull request #27359 from coiax/no-emp-c4

Plastic explosives can no longer be detonated by EMPs
This commit is contained in:
Leo
2017-05-18 12:41:28 -03:00
committed by GitHub
@@ -18,6 +18,10 @@
plastic_overlay = mutable_appearance(icon, "[item_state]2")
..()
/obj/item/weapon/grenade/plastic/Initialize(mapload)
. = ..()
SET_SECONDARY_FLAG(src, NO_EMP_WIRES)
/obj/item/weapon/grenade/plastic/Destroy()
qdel(nadeassembly)
nadeassembly = null