From 83d3648d3d0ed3a47b986123f704607d28e573c9 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Tue, 11 Jul 2023 18:55:18 +0200 Subject: [PATCH] some name reversions --- code/modules/projectiles/guns/projectile/automatic.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/projectiles/guns/projectile/automatic.dm b/code/modules/projectiles/guns/projectile/automatic.dm index 6fe2f24857..2cb31a8509 100644 --- a/code/modules/projectiles/guns/projectile/automatic.dm +++ b/code/modules/projectiles/guns/projectile/automatic.dm @@ -410,7 +410,7 @@ /obj/item/weapon/gun/projectile/automatic/mini_uzi/update_icon() ..() if(ammo_magazine) - icon_state = "uzi" + icon_state = "mini-uzi" else icon_state = "mini-uzi-empty" @@ -475,7 +475,7 @@ name = "\improper Tommy Gun" desc = "This weapon was made famous by gangsters in the 20th century. Cybersun Industries is currently reproducing these for a target market of historic gun collectors and classy criminals. Uses .45 rounds." description_fluff = "Cybersun Industries is a minor arms manufacturer specialising in replica firearms from eras past. Though they offer a wide selection of made-to-order models, their products are seen as little more than novelty items to most serious collectors." - icon_state = "tommy" + icon_state = "tommygun" item_state = "stg44" w_class = ITEMSIZE_NORMAL caliber = ".45" @@ -492,11 +492,11 @@ /obj/item/weapon/gun/projectile/automatic/tommygun/update_icon() if(istype(ammo_magazine,/obj/item/ammo_magazine/m45tommy)) - icon_state = "tommy-mag" + icon_state = "tommygun-mag" else if(istype(ammo_magazine,/obj/item/ammo_magazine/m45tommydrum)) - icon_state = "tommy-drum" + icon_state = "tommygun-drum" else - icon_state = "tommy-e" + icon_state = "tommygun-e" update_held_icon() /*