mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Hearing Aids (#8138)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/obj/item/device/hearing_aid
|
||||
name = "hearing aid"
|
||||
desc = "A device of Skrellian design. It 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/human
|
||||
desc = "A device that allows the naturally deaf to hear, to an extent."
|
||||
icon_state = "hearing_aid_human"
|
||||
item_state = "hearing_aid_human"
|
||||
Reference in New Issue
Block a user