mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Merge pull request #11666 from Verkister/patch-92
Disables container quick-empty when in a belly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user