From 1eccff1eb77d8b60538ee7e96435fd8558fb2d6e Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Tue, 18 Apr 2023 18:26:12 -0400 Subject: [PATCH] Fixes Plastitanium glass duplication (#74804) ## About The Pull Request Plastitanium glass no longer always creates stacks of 50, this was caused by an accidental overload with the presized stacks used for mapping. Fixes #74802 ## Changelog :cl: fix: Plastitanium glass no longer always creates stacks of 50 /:cl: --- code/game/objects/items/stacks/sheets/glass.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm index 43ca507fee5..08de1f30d49 100644 --- a/code/game/objects/items/stacks/sheets/glass.dm +++ b/code/game/objects/items/stacks/sheets/glass.dm @@ -256,7 +256,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list( merge_type = /obj/item/stack/sheet/plastitaniumglass tableVariant = /obj/structure/table/reinforced/plastitaniumglass -/obj/item/stack/sheet/plastitaniumglass +/obj/item/stack/sheet/plastitaniumglass/fifty amount = 50 /datum/armor/sheet_plastitaniumglass