Files
Aurora.3/code/game/objects/items/devices/hearing_aid.dm
T
Wowzewow (Wezzy)andGitHub e7232d04fc The Great Device Resprite and Contained Sprite-ening (#20344)
Don't let the large file size scare you, it's just mostly splitting
stuff into contained sprites and putting them in the correct place.

Anyway, resprites most non-resprited devices in devices.dmi, and puts
them in contained sprites.
Also puts any related /obj/item/device into contained sprites too.
That's basically the long and short of it.
2025-01-24 12:16:30 +00:00

26 lines
787 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/item/device/hearing_aid.dmi'
icon_state = "hearing_aid"
item_state = "hearing_aid"
slot_flags = SLOT_EARS
w_class = WEIGHT_CLASS_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"