Merge pull request #72 from Suicidalpickles/plasmemes

[PORT] Departmental Plasmamen + Visors
This commit is contained in:
quotefox
2019-11-16 01:58:47 +00:00
committed by GitHub
13 changed files with 593 additions and 14 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/plasmaman
name = "Toggle Welding Screen"
/datum/action/item_action/toggle_welding_screen/plasmaman/Trigger()
var/obj/item/clothing/head/helmet/space/plasmaman/H = target
if(istype(H))
H.toggle_welding_screen(owner)
/datum/action/item_action/toggle_headphones
name = "Toggle Headphones"
desc = "UNTZ UNTZ UNTZ"