diff --git a/code/game/objects/items/devices/whistle.dm b/code/game/objects/items/devices/whistle.dm index f989f6110b..372cde80c6 100644 --- a/code/game/objects/items/devices/whistle.dm +++ b/code/game/objects/items/devices/whistle.dm @@ -1,6 +1,7 @@ /obj/item/hailer name = "hailer" desc = "Used by obese officers to save their breath for running." + icon = 'icons/obj/device.dmi' icon_state = "voice0" item_state = "flashbang" //looks exactly like a flash (and nothing like a flashbang) w_class = ITEMSIZE_TINY diff --git a/code/modules/detectivework/tools/uvlight.dm b/code/modules/detectivework/tools/uvlight.dm index 28afb25655..29aca9fe31 100644 --- a/code/modules/detectivework/tools/uvlight.dm +++ b/code/modules/detectivework/tools/uvlight.dm @@ -1,6 +1,7 @@ /obj/item/uv_light name = "\improper UV light" desc = "A small handheld black light." + icon = 'icons/obj/device.dmi' icon_state = "uv_off" slot_flags = SLOT_BELT w_class = ITEMSIZE_SMALL