More hearing aids (#11060)

This commit is contained in:
Wowzewow (Wezzy)
2021-01-28 18:42:50 +01:00
committed by GitHub
parent 15c1dc743e
commit 0f2dd823da
5 changed files with 74 additions and 19 deletions
+17 -5
View File
@@ -1,6 +1,6 @@
/obj/item/device/hearing_aid
name = "hearing aid"
desc = "A device of Skrellian design. It allows the naturally deaf to hear, to an extent."
desc = "A device that allows the naturally deaf to hear, to an extent."
icon = 'icons/obj/hearing_aid.dmi'
icon_state = "hearing_aid"
item_state = "hearing_aid"
@@ -8,7 +8,19 @@
slot_flags = SLOT_EARS
w_class = ITEMSIZE_SMALL
/obj/item/device/hearing_aid/human
desc = "A device that allows the naturally deaf to hear, to an extent."
icon_state = "hearing_aid_human"
item_state = "hearing_aid_human"
/obj/item/device/hearing_aid/black
icon_state = "hearing_aid-b"
item_state = "hearing_aid-b"
/obj/item/device/hearing_aid/silver
icon_state = "hearing_aid-s"
item_state = "hearing_aid-s"
/obj/item/device/hearing_aid/white
icon_state = "hearing_aid-w"
item_state = "hearing_aid-w"
/obj/item/device/hearing_aid/skrell
desc = "A device that allows the naturally deaf to hear, to an extent. It seems to be Skrellian in design."
icon_state = "hearing_aid_skrell"
item_state = "hearing_aid_skrell"