mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes several missing texture objects
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
/obj/item/weapon/gun/energy/tommylaser
|
||||
name = "M-2421 'Tommy-Laser'"
|
||||
desc = "A automatic laser weapon resembling a Tommy-Gun. Designed by Cybersun Industries to be a man portable supressive fire laser weapon."
|
||||
icon_state = "tommylas"
|
||||
item_state = "tommylas"
|
||||
icon_state = "etommy"
|
||||
item_state = "etommy"
|
||||
w_class = ITEMSIZE_LARGE
|
||||
slot_flags = SLOT_BACK
|
||||
charge_cost = 60 // 40 shots, lay down the firepower
|
||||
|
||||
@@ -1559,6 +1559,9 @@
|
||||
update_icon()
|
||||
update_transform()
|
||||
|
||||
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/sawn //Default sawn shotgun needs it's old icon path back
|
||||
icon = 'icons/obj/gun.dmi'
|
||||
|
||||
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/Initialize()
|
||||
. = ..()
|
||||
update_transform()
|
||||
|
||||
Reference in New Issue
Block a user