mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Fixes broken sprites (#9379)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6751e7139b
commit
0194b91956
@@ -1,6 +1,7 @@
|
|||||||
/obj/item/hailer
|
/obj/item/hailer
|
||||||
name = "hailer"
|
name = "hailer"
|
||||||
desc = "Used by obese officers to save their breath for running."
|
desc = "Used by obese officers to save their breath for running."
|
||||||
|
icon = 'icons/obj/device.dmi'
|
||||||
icon_state = "voice0"
|
icon_state = "voice0"
|
||||||
item_state = "flashbang" //looks exactly like a flash (and nothing like a flashbang)
|
item_state = "flashbang" //looks exactly like a flash (and nothing like a flashbang)
|
||||||
w_class = ITEMSIZE_TINY
|
w_class = ITEMSIZE_TINY
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
/obj/item/uv_light
|
/obj/item/uv_light
|
||||||
name = "\improper UV light"
|
name = "\improper UV light"
|
||||||
desc = "A small handheld black light."
|
desc = "A small handheld black light."
|
||||||
|
icon = 'icons/obj/device.dmi'
|
||||||
icon_state = "uv_off"
|
icon_state = "uv_off"
|
||||||
slot_flags = SLOT_BELT
|
slot_flags = SLOT_BELT
|
||||||
w_class = ITEMSIZE_SMALL
|
w_class = ITEMSIZE_SMALL
|
||||||
|
|||||||
Reference in New Issue
Block a user