Refresh mob views when atoms enter/exit storage (#37954)

This commit is contained in:
Tad Hardesty
2018-05-21 02:45:52 -07:00
committed by letterjay
parent 6963275d45
commit 9b4b9b4f34
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -743,7 +743,7 @@ GLOBAL_LIST_EMPTY(PDAs)
var/mob/M = loc
M.put_in_hands(inserted_item)
else
inserted_item.forceMove(get_turf(src))
inserted_item.forceMove(drop_location())
to_chat(usr, "<span class='notice'>You remove \the [inserted_item] from \the [src].</span>")
inserted_item = null
update_icon()