Merge pull request #9707 from BonniePandora/Weldhelmets

Port Welding Hard Hats from /tg/
This commit is contained in:
kevinz000
2019-11-10 11:30:54 -07:00
committed by GitHub
6 changed files with 92 additions and 10 deletions
+8
View File
@@ -245,6 +245,14 @@
/datum/action/item_action/toggle_helmet_light
name = "Toggle Helmet Light"
/datum/action/item_action/toggle_welding_screen
name = "Toggle Welding Screen"
/datum/action/item_action/toggle_welding_screen/Trigger()
var/obj/item/clothing/head/hardhat/weldhat/H = target
if(istype(H))
H.toggle_welding_screen(owner)
/datum/action/item_action/toggle_headphones
name = "Toggle Headphones"
desc = "UNTZ UNTZ UNTZ"