mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixes several missing texture objects
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
name = "tile"
|
name = "tile"
|
||||||
singular_name = "tile"
|
singular_name = "tile"
|
||||||
desc = "A non-descript floor tile"
|
desc = "A non-descript floor tile"
|
||||||
|
icon = 'icons/obj/stacks.dmi' //CHOMPedit - parent obj/item/stack got edited, this puts icon back for carpets.
|
||||||
randpixel = 7
|
randpixel = 7
|
||||||
w_class = ITEMSIZE_NORMAL
|
w_class = ITEMSIZE_NORMAL
|
||||||
max_amount = 60
|
max_amount = 60
|
||||||
|
|||||||
@@ -84,8 +84,8 @@
|
|||||||
/obj/item/weapon/gun/energy/tommylaser
|
/obj/item/weapon/gun/energy/tommylaser
|
||||||
name = "M-2421 'Tommy-Laser'"
|
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."
|
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"
|
icon_state = "etommy"
|
||||||
item_state = "tommylas"
|
item_state = "etommy"
|
||||||
w_class = ITEMSIZE_LARGE
|
w_class = ITEMSIZE_LARGE
|
||||||
slot_flags = SLOT_BACK
|
slot_flags = SLOT_BACK
|
||||||
charge_cost = 60 // 40 shots, lay down the firepower
|
charge_cost = 60 // 40 shots, lay down the firepower
|
||||||
|
|||||||
@@ -1559,6 +1559,9 @@
|
|||||||
update_icon()
|
update_icon()
|
||||||
update_transform()
|
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()
|
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
update_transform()
|
update_transform()
|
||||||
|
|||||||
Reference in New Issue
Block a user