Skip to content

Commit

Permalink
Storage opening QOL (#15609)
Browse files Browse the repository at this point in the history
Co-authored-by: ivanmixo <[email protected]>
  • Loading branch information
2 people authored and homexp13 committed Jul 19, 2024
1 parent f03e6a0 commit 82e6573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@
return do_refill(I, user)

if(!can_be_inserted(I))
open(user)
return FALSE
return handle_item_insertion(I, FALSE, user)

Expand Down

0 comments on commit 82e6573

Please sign in to comment.