bringthebeatin (#9156)

This commit is contained in:
Doxxmedearly
2020-06-19 23:40:22 +02:00
committed by GitHub
parent 1cfa0dc5a1
commit d74ddd343f
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -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"
+6
View File
@@ -0,0 +1,6 @@
author: Doxxmedearly
delete-after: True
changes:
- rscadd: "You can now toggle headphones on and off by using it in-hand."