.loc = to forceMove() (#4937)

As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
BurgerLUA
2018-08-04 01:48:58 +03:00
committed by Erki
parent 187613428e
commit 8519dcc393
376 changed files with 968 additions and 1261 deletions
+2 -3
View File
@@ -168,8 +168,7 @@
if(cell)
user << "The drill already has a cell installed."
else
user.drop_item()
O.loc = src
user.drop_from_inventory(O,src)
cell = O
component_parts += O
user << "You install \the [O]."
@@ -323,7 +322,7 @@
var/obj/structure/ore_box/B = locate() in orange(1)
if(B)
for(var/obj/item/weapon/ore/O in contents)
O.loc = B
O.forceMove(B)
usr << "<span class='notice'>You unload the drill's storage cache into the ore box.</span>"
else
for(var/obj/item/weapon/ore/O in contents)