mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Adds a crafting recipe for the atmospherics gas mask. (#75476)
## About The Pull Request Adds a crafting recipe for the atmospherics gas mask, allowing them to be replaced. It requires a sheet of metallic hydrogen for the frame, painted with zaukerite via a welding tool in the crafting menu. ## Why It's Good For The Game Allows atmospheric gas masks to get replaced. ## Changelog 🆑 add: Crafting recipe for atmospherics gas mask. /🆑
This commit is contained in:
@@ -317,6 +317,18 @@
|
||||
)
|
||||
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/atmospherics_gas_mask
|
||||
name = "atmospherics gas mask"
|
||||
result = /obj/item/clothing/mask/gas/atmos
|
||||
tool_behaviors = list(TOOL_WELDER)
|
||||
time = 8 SECONDS
|
||||
reqs = list(
|
||||
/obj/item/stack/sheet/mineral/metal_hydrogen = 1,
|
||||
/obj/item/stack/sheet/mineral/zaukerite = 1,
|
||||
)
|
||||
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/paper_hat
|
||||
name = "Paper Hat"
|
||||
|
||||
Reference in New Issue
Block a user