From ae38f09d21bc6758c669118f94d325bddaa7283f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 25 Oct 2020 09:57:15 +0100 Subject: [PATCH] [MIRROR] alien alloy now makes abductor walls (#1453) * alien alloy now makes abductor walls (#54479) * alien alloy now makes abductor walls Co-authored-by: Fikou --- code/game/objects/items/stacks/sheets/mineral.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index b169bda6937..ac94410cea3 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -416,6 +416,7 @@ GLOBAL_LIST_INIT(adamantine_recipes, list( custom_materials = list(/datum/material/alloy/alien=MINERAL_MATERIAL_AMOUNT) merge_type = /obj/item/stack/sheet/mineral/abductor material_type = /datum/material/alloy/alien + walltype = /turf/closed/wall/mineral/abductor GLOBAL_LIST_INIT(abductor_recipes, list ( \ new/datum/stack_recipe("alien bed", /obj/structure/bed/abductor, 2, one_per_turf = 1, on_floor = 1), \