mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
some name reversions
This commit is contained in:
@@ -410,7 +410,7 @@
|
|||||||
/obj/item/weapon/gun/projectile/automatic/mini_uzi/update_icon()
|
/obj/item/weapon/gun/projectile/automatic/mini_uzi/update_icon()
|
||||||
..()
|
..()
|
||||||
if(ammo_magazine)
|
if(ammo_magazine)
|
||||||
icon_state = "uzi"
|
icon_state = "mini-uzi"
|
||||||
else
|
else
|
||||||
icon_state = "mini-uzi-empty"
|
icon_state = "mini-uzi-empty"
|
||||||
|
|
||||||
@@ -475,7 +475,7 @@
|
|||||||
name = "\improper Tommy Gun"
|
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."
|
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."
|
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"
|
item_state = "stg44"
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
caliber = ".45"
|
caliber = ".45"
|
||||||
@@ -492,11 +492,11 @@
|
|||||||
|
|
||||||
/obj/item/weapon/gun/projectile/automatic/tommygun/update_icon()
|
/obj/item/weapon/gun/projectile/automatic/tommygun/update_icon()
|
||||||
if(istype(ammo_magazine,/obj/item/ammo_magazine/m45tommy))
|
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))
|
else if(istype(ammo_magazine,/obj/item/ammo_magazine/m45tommydrum))
|
||||||
icon_state = "tommy-drum"
|
icon_state = "tommygun-drum"
|
||||||
else
|
else
|
||||||
icon_state = "tommy-e"
|
icon_state = "tommygun-e"
|
||||||
update_held_icon()
|
update_held_icon()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user