Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
MalorMorfin committed Dec 7, 2024
1 parent 1ea0227 commit 4d64c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
return do_refill(I, user)

if(!can_be_inserted(I))
if(!user.s_active) // if somthing full or you want place too big object, container don't close
if(!user.s_active) // Don't close open storage menu if can't insert something, if storage dosen't open it will be open
open(user)
return FALSE
return handle_item_insertion(I, FALSE, user)
Expand Down

0 comments on commit 4d64c66

Please sign in to comment.