Tape recorder needs it's icons too

This commit is contained in:
Guti
2024-09-27 23:16:10 +02:00
parent 1862c0e11b
commit 263af58a2d

View File

@@ -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