Adds Headphones!

This commit is contained in:
CitadelStationBot
2017-07-07 12:44:47 -05:00
parent b0cf4a2e37
commit b42fb13549
11 changed files with 64 additions and 25 deletions
+9
View File
@@ -207,6 +207,15 @@
/datum/action/item_action/toggle_helmet_light
name = "Toggle Helmet Light"
/datum/action/item_action/toggle_headphones
name = "Toggle Headphones"
desc = "UNTZ UNTZ UNTZ"
/datum/action/item_action/toggle_headphones/Trigger()
var/obj/item/clothing/ears/headphones/H = target
if(istype(H))
H.toggle(owner)
/datum/action/item_action/toggle_unfriendly_fire
name = "Toggle Friendly Fire \[ON\]"
desc = "Toggles if the club's blasts cause friendly fire."