diff --git a/code/modules/projectiles/ammunition/bullets.dm b/code/modules/projectiles/ammunition/bullets.dm index c948882c422..93d202f7667 100644 --- a/code/modules/projectiles/ammunition/bullets.dm +++ b/code/modules/projectiles/ammunition/bullets.dm @@ -104,6 +104,7 @@ name = "shotgun shell" desc = "A practice shell." icon_state = "pshell" + spent_icon = "pshell" projectile_type = /obj/item/projectile/bullet/shotgun/practice matter = list("metal" = 90) @@ -134,6 +135,7 @@ name = "flash shell" desc = "A chemical shell used to signal distress or provide illumination." icon_state = "fshell" + spent_icon = "fshell" projectile_type = /obj/item/projectile/energy/flash/flare matter = list(DEFAULT_WALL_MATERIAL = 90, "glass" = 90) @@ -192,4 +194,4 @@ desc = "A .666 bullet casing." caliber = "357" projectile_type = /obj/item/projectile/bullet/cyanideround -*/ \ No newline at end of file +*/ diff --git a/icons/mob/items/lefthand_guns.dmi b/icons/mob/items/lefthand_guns.dmi index c44697a340a..1942fc57a09 100644 Binary files a/icons/mob/items/lefthand_guns.dmi and b/icons/mob/items/lefthand_guns.dmi differ diff --git a/icons/mob/items/righthand_guns.dmi b/icons/mob/items/righthand_guns.dmi index 244a5d5af3c..c047c01533b 100644 Binary files a/icons/mob/items/righthand_guns.dmi and b/icons/mob/items/righthand_guns.dmi differ