Merge pull request #11666 from Verkister/patch-92

Disables container quick-empty when in a belly
This commit is contained in:
Casey
2021-10-27 11:36:04 -04:00
committed by GitHub
@@ -679,6 +679,10 @@
if(!Adjacent(usr))
return
//VOREStation Add: No turf dumping if user is in a belly
if(isbelly(usr.loc))
return
drop_contents()
/obj/item/weapon/storage/proc/drop_contents() // why is this a proc? literally just for RPEDs