Fixes a niche dufflebag issue (#19883)

* fixes chat issues

* removal fixes

* this
This commit is contained in:
S34N
2022-12-19 14:32:49 +00:00
committed by GitHub
parent ebf2d2b18f
commit d55f6d10da
6 changed files with 35 additions and 6 deletions
+2
View File
@@ -98,6 +98,8 @@
if(isstorage(I))
var/obj/item/storage/S = I
if(!S.removal_allowed_check(user))
return
if((S.allow_quick_empty || S.allow_quick_gather) && S.contents.len)
S.hide_from(user)
user.visible_message("[user] empties \the [S] into \the [src].", "You empty \the [S] into \the [src].")