Merge pull request #6825 from Citadel-Station-13/upstream-merge-37954

[MIRROR] Refresh mob views when atoms enter/exit storage
This commit is contained in:
LetterJay
2018-05-21 08:29:46 -05:00
committed by GitHub
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()