Fixes #8696, and updates other usages of drop_item() where appropriate.
This commit is contained in:
mwerezak
2015-03-31 19:40:04 -04:00
parent 398459c2e7
commit 01ce8d4a1f
11 changed files with 11 additions and 13 deletions

View File

@@ -14,9 +14,8 @@
if(held_container)
user << "\red You must remove the [held_container] first."
else
user.drop_item(src)
held_container = W
held_container.loc = src
user.drop_from_inventory(held_container, src)
user << "\blue You put the [held_container] onto the [src]."
var/image/I = image("icon"=W, "layer"=FLOAT_LAYER)
underlays += I