mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #1044 from Nalarac/master
Adds welding goggles to autolathes.
This commit is contained in:
@@ -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"
|
||||
category = "Arms and Ammunition"
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user