mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Fix a bug related to storage gathering. (#31449)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user