mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
27 lines
796 B
Plaintext
27 lines
796 B
Plaintext
/obj/item/device/hearing_aid
|
|
name = "hearing aid"
|
|
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"
|
|
contained_sprite = TRUE
|
|
slot_flags = SLOT_EARS
|
|
w_class = ITEMSIZE_SMALL
|
|
|
|
/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"
|