Removes unnecessary and cruft procs from mob/inventory.dm

This commit is contained in:
mwerezak
2015-03-30 05:25:43 -04:00
parent e6d19faeba
commit 1b4e13aabc
24 changed files with 70 additions and 235 deletions

View File

@@ -925,7 +925,7 @@
user << "Cannot refine into a reagent."
return 1
user.before_take_item(O)
user.remove_from_mob(O)
O.loc = src
holdingitems += O
src.updateUsrDialog()