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