From b63d1d0163571c25e4b2670db88690e6e66130d9 Mon Sep 17 00:00:00 2001 From: SirBloodBuske Date: Sat, 2 May 2015 15:12:42 -0700 Subject: [PATCH] Adding Intercom to recipes --- code/game/objects/items/stacks/sheets/sheet_types.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 3914207e538..26daef3e3fa 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -74,6 +74,7 @@ var/global/list/datum/stack_recipe/metal_recipes = list ( \ new/datum/stack_recipe("apc frame", /obj/item/mounted/frame/apc_frame, 2), \ new/datum/stack_recipe("air alarm frame", /obj/item/mounted/frame/alarm_frame, 2), \ new/datum/stack_recipe("fire alarm frame", /obj/item/mounted/frame/firealarm, 2), \ + new/datum/stack_recipe("intercom frame", /obj/item/mounted/frame/intercom, 2), \ null, \ )