Replaced location setting with forceMove()

I'm restricting this only to the machine's I'm affecting with this fix.
Refactoring the rest of the code to use it would be for a different
thing.
This commit is contained in:
Crazylemon
2015-09-29 11:05:34 -07:00
parent a1636b3b24
commit 9678fe09ec
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -219,7 +219,7 @@
if(istype(B, /obj/item/weapon/reagent_containers/glass) || istype(B, /obj/item/weapon/reagent_containers/food/drinks))
src.beaker = B
if(user.drop_item())
B.loc = src
B.forceMove(src)
user << "You set [B] on the machine."
nanomanager.update_uis(src) // update all UIs attached to src
if(!icon_beaker)