Merge pull request #1675 from Fox-McCloud/welding-gas

Adds in Welding Gas Mask
This commit is contained in:
TheDZD
2015-08-09 19:31:53 -04:00
4 changed files with 54 additions and 0 deletions
@@ -89,4 +89,14 @@
build_type = PROTOLATHE
materials = list("$metal" = 4000, "$bananium" = 1000)
build_path = /obj/item/weapon/bikehorn/airhorn
category = list("Equipment")
/datum/design/welding_mask
name = "Welding Gas Mask"
desc = "A gas mask with built in welding goggles and face shield. Looks like a skull, clearly designed by a nerd."
id = "weldingmask"
req_tech = list("materials" = 2, "engineering" = 2)
build_type = PROTOLATHE
materials = list("$metal" = 4000, "$glass" = 1000)
build_path = /obj/item/clothing/mask/gas/welding
category = list("Equipment")