Skip to content

Commit

Permalink
fixes stacks (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 authored Jul 7, 2024
1 parent 980c30f commit 5999265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/stack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
if(!use(amount, TRUE, FALSE))
return null

var/obj/item/stack/F = new type(spawn_loc, amount, FALSE, mats_per_unit, absorption_capacity)
var/obj/item/stack/F = new type(spawn_loc, amount, FALSE, mats_per_unit, null, absorption_capacity)
. = F
transfer_evidence_to(F)
loc.atom_storage?.refresh_views()
Expand Down

0 comments on commit 5999265

Please sign in to comment.