mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user