From 263af58a2df630ff766401ec8ea113e8ea17a0cd Mon Sep 17 00:00:00 2001 From: Guti Date: Fri, 27 Sep 2024 23:16:10 +0200 Subject: [PATCH] Tape recorder needs it's icons too --- code/game/objects/items/devices/taperecorder.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 29f240e749..f62f8bd5df 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -1,7 +1,7 @@ /obj/item/taperecorder name = "universal recorder" desc = "A device that can record to cassette tapes, and play them. It automatically translates the content in playback." - icon = 'icons/obj/weapons.dmi' + icon = 'icons/obj/device.dmi' icon_state = "taperecorder_empty" item_state = "analyzer" w_class = ITEMSIZE_SMALL @@ -360,6 +360,7 @@ /obj/item/tape name = "tape" desc = "A magnetic tape that can hold up to ten minutes of content." + icon = 'icons/obj/device.dmi' icon_state = "tape_white" item_state = "analyzer" w_class = ITEMSIZE_TINY