diff --git a/code/modules/projectiles/magazines/flamer.dm b/code/modules/projectiles/magazines/flamer.dm index 945b11c8064e..92be5cd0937a 100644 --- a/code/modules/projectiles/magazines/flamer.dm +++ b/code/modules/projectiles/magazines/flamer.dm @@ -314,6 +314,8 @@ name = "Modified FW3 heavy incinerator tank" desc = "A heavy, high capacity tank utilized by the Flammenwerfer 3 Heavy Incineration Unit. Someone has done the due diligence of somehow scrubbing out the heat-resistant WY logo, and removing the complement propellant gas tank- massively reducing its internal capacity for most use-cases. \n\nNo telling what's inside now...\n" flamer_chem = "stablefoam" + icon_state = "fl3_survivor" + item_state = "fl3_survivor" max_rounds = 150 current_rounds = 80 diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/flamers_lefthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/flamers_lefthand.dmi index 6a21682080cc..800b20889652 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/flamers_lefthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/flamers_lefthand.dmi differ diff --git a/icons/mob/humans/onmob/inhands/weapons/guns/flamers_righthand.dmi b/icons/mob/humans/onmob/inhands/weapons/guns/flamers_righthand.dmi index cdd4a4375f62..a54622ca7398 100644 Binary files a/icons/mob/humans/onmob/inhands/weapons/guns/flamers_righthand.dmi and b/icons/mob/humans/onmob/inhands/weapons/guns/flamers_righthand.dmi differ diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/WY/flamers.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/WY/flamers.dmi index 38095d0d59a9..5100dc53d497 100644 Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/WY/flamers.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/WY/flamers.dmi differ diff --git a/icons/obj/items/weapons/guns/guns_by_faction/WY/flamers.dmi b/icons/obj/items/weapons/guns/guns_by_faction/WY/flamers.dmi index ace8195d65c4..b1a4e7f7faca 100644 Binary files a/icons/obj/items/weapons/guns/guns_by_faction/WY/flamers.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/WY/flamers.dmi differ