Skip to content

Commit

Permalink
augh
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent 756e545 commit d1e903e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/stacks/stack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d1e903e

Please sign in to comment.