From 38f14c56028b74fb16839f2b0a3d221e1e94d8f4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 20 Feb 2016 21:34:21 -0600 Subject: [PATCH 1/2] Update autolathe_datums.dm --- code/game/machinery/autolathe_datums.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/game/machinery/autolathe_datums.dm b/code/game/machinery/autolathe_datums.dm index 7e40ee83183..b0c116ab417 100644 --- a/code/game/machinery/autolathe_datums.dm +++ b/code/game/machinery/autolathe_datums.dm @@ -311,6 +311,11 @@ path = /obj/item/weapon/camera_assembly category = "Engineering" +/datum/autolathe/recipe/weldinggoggles + name = "welding goggles" + path = /obj/item/clothing/glasses/welding + category = "General" + /datum/autolathe/recipe/flamethrower name = "flamethrower" path = /obj/item/weapon/flamethrower/full @@ -423,4 +428,4 @@ name = "knuckle dusters" path = /obj/item/weapon/material/knuckledusters hidden = 1 - category = "Arms and Ammunition" \ No newline at end of file + category = "Arms and Ammunition" From e86ed849a9e563a810a6e24cc9e3f15d74d7cd60 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 20 Feb 2016 21:37:40 -0600 Subject: [PATCH 2/2] Update glasses.dm --- code/modules/clothing/glasses/glasses.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 7ed190db596..dd8cc8d462a 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -184,6 +184,7 @@ BLIND // can't see anything icon_state = "welding-g" item_state = "welding-g" action_button_name = "Flip Welding Goggles" + matter = list(DEFAULT_WALL_MATERIAL = 1500, "glass" = 1000) var/up = 0 /obj/item/clothing/glasses/welding/attack_self()