Finishes the forceMove port (#33519)

* a thing

* thingy 2: electric boogaloo

* Obligatory webeditor commit
This commit is contained in:
vuonojenmustaturska
2017-12-14 23:39:34 +02:00
committed by oranges
parent 25a585d037
commit 5233ec1f6a
110 changed files with 238 additions and 248 deletions

View File

@@ -541,7 +541,7 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
cache = null
if(href_list["eject"])
for(var/obj/item/book/B in contents)
B.loc = src.loc
B.forceMove(drop_location())
src.add_fingerprint(usr)
src.updateUsrDialog()
return
@@ -589,4 +589,4 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
B.icon_state = "book[rand(1,7)]"
qdel(P)
else
P.loc = loc
P.forceMove(drop_location())