From ea200acd9fea46e4cd44100c7bc154bbd4ab77d8 Mon Sep 17 00:00:00 2001 From: CuteMoff <81271196+CuteMoff@users.noreply.github.com> Date: Tue, 23 Mar 2021 23:17:24 -0400 Subject: [PATCH] Update code/game/objects/items/stacks/sheets/mineral.dm Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com> --- code/game/objects/items/stacks/sheets/mineral.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/sheets/mineral.dm b/code/game/objects/items/stacks/sheets/mineral.dm index 171b48fd05..8dbe4456af 100644 --- a/code/game/objects/items/stacks/sheets/mineral.dm +++ b/code/game/objects/items/stacks/sheets/mineral.dm @@ -117,7 +117,7 @@ GLOBAL_LIST_INIT(diamond_recipes, list ( \ new/datum/stack_recipe("Captain Statue", /obj/structure/statue/diamond/captain, 5, one_per_turf = 1, on_floor = 1), \ new/datum/stack_recipe("AI Hologram Statue", /obj/structure/statue/diamond/ai1, 5, one_per_turf = 1, on_floor = 1), \ new/datum/stack_recipe("AI Core Statue", /obj/structure/statue/diamond/ai2, 5, one_per_turf = 1, on_floor = 1), \ - new/datum/stack_recipe("diamond ingot", /obj/item/ingot/diamond, 6, time = 100), \ + new/datum/stack_recipe("diamond ingot", /obj/item/ingot/diamond, 6, time = 100), \ )) /obj/item/stack/sheet/mineral/diamond/get_main_recipes()