mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Removes unnecessary and cruft procs from mob/inventory.dm
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
|
||||
/client/verb/drop_item()
|
||||
set hidden = 1
|
||||
if(!isrobot(mob))
|
||||
mob.drop_item_v()
|
||||
if(!isrobot(mob) && mob.stat == CONSCIOUS && isturf(mob.loc))
|
||||
return mob.drop_item()
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user