Skip to content

Commit

Permalink
I forgot to save the file lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent 1b83bc4 commit 756e545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/objects/items/stacks/stack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
if(!merge_type)
merge_type = type
if(zero_amount()) // tired of this shit
log_world("[src] - @[x],[y],[z] zero_amount() triggered")
return INITIALIZE_HINT_QDEL
if(custom_materials && custom_materials.len)
mats_per_unit = list()
Expand All @@ -79,7 +78,6 @@
if(can_merge(item_stack))
INVOKE_ASYNC(src, .proc/merge_without_del, item_stack)
if(zero_amount())
log_world("[src] - @[x],[y],[z] zero_amount() triggered")
return INITIALIZE_HINT_QDEL
var/list/temp_recipes = get_main_recipes()
recipes = temp_recipes.Copy()
Expand Down

0 comments on commit 756e545

Please sign in to comment.