From d1e903eb90f3f544c2e5acebd6f6bb94d4a09695 Mon Sep 17 00:00:00 2001 From: gremlingss Date: Mon, 17 Jul 2023 15:18:35 +0100 Subject: [PATCH] augh --- code/game/objects/items/stacks/stack.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/stacks/stack.dm b/code/game/objects/items/stacks/stack.dm index 9169f9b5c36..428e3fd8dc4 100644 --- a/code/game/objects/items/stacks/stack.dm +++ b/code/game/objects/items/stacks/stack.dm @@ -57,8 +57,8 @@ new type(loc, max_amount, FALSE) if(!merge_type) merge_type = type - if(zero_amount()) // tired of this shit - return INITIALIZE_HINT_QDEL + // if(zero_amount()) // tired of this shit // It seems it fails to initialize if we do dis...so... yea + // return INITIALIZE_HINT_QDEL if(custom_materials && custom_materials.len) mats_per_unit = list() var/in_process_mat_list = custom_materials.Copy()