mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Earmuff Things (#10759)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
icon = 'icons/obj/clothing/ears.dmi'
|
||||
icon_state = "earmuffs"
|
||||
item_state = "earmuffs"
|
||||
item_flags = SOUNDPROTECTION
|
||||
slot_flags = SLOT_EARS | SLOT_TWOEARS
|
||||
|
||||
/obj/item/clothing/ears/earmuffs/headphones
|
||||
@@ -12,7 +13,6 @@
|
||||
var/headphones_on = 0
|
||||
icon_state = "headphones_off"
|
||||
item_state = "headphones"
|
||||
slot_flags = SLOT_EARS | SLOT_TWOEARS
|
||||
|
||||
/obj/item/clothing/ears/earmuffs/headphones/attack_self(mob/user)
|
||||
togglemusic()
|
||||
|
||||
Reference in New Issue
Block a user