mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Fixes a niche dufflebag issue (#19883)
* fixes chat issues * removal fixes * this
This commit is contained in:
@@ -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].")
|
||||
|
||||
Reference in New Issue
Block a user