Give c4 correct plastic_overlay (#2183)

This commit is contained in:
CitadelStationBot
2017-07-29 21:51:38 -05:00
committed by kevinz000
parent 272414bd30
commit f9a6ee8d76

View File

@@ -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)