Skip to content

Commit

Permalink
Storage opening QOL (#15609) (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: BraveMole <[email protected]>
Co-authored-by: ivanmixo <[email protected]>
  • Loading branch information
3 people authored Jul 20, 2024
1 parent 204b2b8 commit 033b303
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 @@ -554,6 +554,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 033b303

Please sign in to comment.