Remove drop_item, drop_item_v, put_in_hands_or_del

This commit is contained in:
Jordan Brown
2017-10-07 13:36:33 -04:00
committed by CitadelStationBot
parent 5f4b3594d0
commit 075cb673c0
152 changed files with 1778 additions and 425 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ BLIND // can't see anything
to_chat(user, "<span class='warning'>[src] already has an accessory.</span>")
return
else
if(user && !user.drop_item())
if(user && !user.temporarilyRemoveItemFromInventory(I))
return
if(!A.attach(src, user))
return