mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Item Pickup In Belly Fix
Port of https://github.com/VOREStation/VOREStation/pull/5676
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
|
||||
/client/verb/drop_item()
|
||||
set hidden = 1
|
||||
if(!isrobot(mob) && mob.stat == CONSCIOUS && isturf(mob.loc))
|
||||
if(!isrobot(mob) && mob.stat == CONSCIOUS && (isturf(mob.loc) || isbelly(mob.loc))) // VOREStation Edit: dropping in bellies
|
||||
return mob.drop_item()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user