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, \ )