Fix abductor closet cloning mats (#16985)

* Update abductor closet to only drop one alloy

* Revert, make it just cost two alloy to make
This commit is contained in:
Luc
2021-11-02 22:07:46 -06:00
committed by GitHub
parent 568d27a5ee
commit b527838507
@@ -96,7 +96,7 @@ GLOBAL_LIST_INIT(tranquillite_recipes, list ( \
GLOBAL_LIST_INIT(abductor_recipes, list ( \
new/datum/stack_recipe("alien bed", /obj/structure/bed/abductor, 2, one_per_turf = 1, on_floor = 1), \
new/datum/stack_recipe("alien locker", /obj/structure/closet/abductor, 1, time = 15, one_per_turf = 1, on_floor = 1), \
new/datum/stack_recipe("alien locker", /obj/structure/closet/abductor, 2, time = 15, one_per_turf = 1, on_floor = 1), \
new/datum/stack_recipe("alien table frame", /obj/structure/table_frame/abductor, 1, time = 15, one_per_turf = 1, on_floor = 1), \
new/datum/stack_recipe("alien airlock assembly", /obj/structure/door_assembly/door_assembly_abductor, 4, time = 20, one_per_turf = 1, on_floor = 1), \
null, \