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
+2 -3
View File
@@ -87,10 +87,9 @@ GLOBAL_LIST_EMPTY(rad_collectors)
if(loaded_tank)
to_chat(user, "<span class='warning'>There's already a plasma tank loaded!</span>")
return TRUE
if(!user.drop_item())
return TRUE
if(!user.transferItemToLoc(W, src))
return
loaded_tank = W
W.forceMove(src)
update_icons()
else if(istype(W, /obj/item/crowbar))
if(loaded_tank)