glassblowing and ceramics (#8244)

* okay

* ceramics and glassblowing

* forgot this
This commit is contained in:
jjpark-kb
2021-09-26 00:30:00 +01:00
committed by GitHub
parent b152963569
commit bed7b774a1
9 changed files with 688 additions and 2 deletions
@@ -134,6 +134,7 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \
//SKYRAT EDIT START: REAGENT FORGING & PRIMITIVE CENTRIFUGE
new/datum/stack_recipe("anvil", /obj/structure/reagent_anvil, 10, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("forge", /obj/structure/reagent_forge, 10, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("throwing wheel", /obj/structure/throwing_wheel, 10, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
new/datum/stack_recipe("primitive centrifuge", /obj/item/reagent_containers/glass/primitive_centrifuge, 10)
//SKYRAT EDIT STOP: REAGENT FORGING & PRIMITIVE CENTRIFUGE
))