Fix a bug related to storage gathering. (#31449)

This commit is contained in:
Alan
2026-01-17 19:33:19 -05:00
committed by GitHub
parent 6a1fc4f5c2
commit 86834604b3
@@ -623,7 +623,8 @@
return ..()
/obj/item/storage/AltShiftClick(mob/living/carbon/human/user)
if(!user.can_reach(src))
return
pickup_all_on_tile = !pickup_all_on_tile
switch(pickup_all_on_tile)
if(TRUE)