Merge pull request #25413 from Cyberboss/patch-4

Fixes removing PDA pens from storage
This commit is contained in:
Leo
2017-03-24 11:20:39 -03:00
committed by GitHub
+1 -1
View File
@@ -721,7 +721,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
var/mob/M = loc
M.put_in_hands(inserted_item)
else
inserted_item.forceMove(loc)
inserted_item.forceMove(get_turf(src))
to_chat(usr, "<span class='notice'>You remove \the [inserted_item] from \the [src].</span>")
inserted_item = null
update_icon()