Give c4 correct plastic_overlay

Fixes #19270
This commit is contained in:
octareenroon91
2017-07-28 15:46:49 -05:00
committed by GitHub
parent 58544b3b20
commit fb314c525b
@@ -170,8 +170,8 @@
/obj/item/weapon/grenade/plastic/c4/New()
wires = new /datum/wires/explosive/c4(src)
plastic_overlay = mutable_appearance(icon, "plastic-explosive2")
..()
plastic_overlay = mutable_appearance(icon, "plastic-explosive2")
/obj/item/weapon/grenade/plastic/c4/Destroy()
qdel(wires)