Merge pull request #193 from Azarak/hardhats2

Adds welding hardhats, no conflicts this time
This commit is contained in:
Dahlular
2020-02-07 23:33:00 -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_welding_screen/plasmaman
name = "Toggle Welding Screen"