diff --git a/code/modules/clothing/ears/earmuffs.dm b/code/modules/clothing/ears/earmuffs.dm index 895c89b5fb0..7a7a0e7e67b 100644 --- a/code/modules/clothing/ears/earmuffs.dm +++ b/code/modules/clothing/ears/earmuffs.dm @@ -14,6 +14,9 @@ item_state = "headphones" slot_flags = SLOT_EARS | SLOT_TWOEARS +/obj/item/clothing/ears/earmuffs/headphones/attack_self(mob/user) + togglemusic() + /obj/item/clothing/ears/earmuffs/headphones/verb/togglemusic() set name = "Toggle Headphone Music" set category = "Object" diff --git a/html/changelogs/Doxxmedearly - Beets.yml b/html/changelogs/Doxxmedearly - Beets.yml new file mode 100644 index 00000000000..3c25caa5a62 --- /dev/null +++ b/html/changelogs/Doxxmedearly - Beets.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - rscadd: "You can now toggle headphones on and off by using it in-hand."