diff --git a/code/game/objects/items/weapons/explosives.dm b/code/game/objects/items/weapons/explosives.dm index 66e2156b37a..26639543426 100644 --- a/code/game/objects/items/weapons/explosives.dm +++ b/code/game/objects/items/weapons/explosives.dm @@ -236,6 +236,8 @@ name = "T4" desc = "A wall breaching charge, containing fuel, metal oxide and metal powder mixed in just the right way. One hell of a combination. Effective against walls, ineffective against airlocks..." det_time = 2 + icon_state = "t4breach0" + item_state = "t4breach" /obj/item/grenade/plastic/x4/thermite/prime() var/turf/location diff --git a/icons/obj/grenade.dmi b/icons/obj/grenade.dmi index f33135baec6..be866dc4275 100644 Binary files a/icons/obj/grenade.dmi and b/icons/obj/grenade.dmi differ