primitive centrifuge (#7973)

* primitive centrifuge

* suggestions
This commit is contained in:
jjpark-kb
2021-09-05 04:47:21 +01:00
committed by GitHub
parent 6fa536ad0c
commit f4d09856f5
5 changed files with 49 additions and 1 deletions
@@ -131,8 +131,11 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \
new/datum/stack_recipe("hygienebot assembly", /obj/item/bot_assembly/hygienebot, 2, time = 5 SECONDS), \
new/datum/stack_recipe("shower frame", /obj/structure/showerframe, 2, time= 2 SECONDS), \
null, \
//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("forge", /obj/structure/reagent_forge, 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
))
//the wrestling turnbuckle recipe is a SKYRAT EDIT