Skip to content

Commit

Permalink
nasal zvezdoi
Browse files Browse the repository at this point in the history
  • Loading branch information
MalorMorfin committed Dec 14, 2024
1 parent 1bf1e8f commit 365b079
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) // Don't close open storage menu if can't insert something, if storage dosen't open it will be open
if(user.s_active != src) // 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 365b079

Please sign in to comment.