From a4812dd4e79a1adec964f07788722b7f005ac2cf Mon Sep 17 00:00:00 2001
From: variableundefined <40092670+variableundefined@users.noreply.github.com>
Date: Thu, 8 Nov 2018 14:57:56 +0800
Subject: [PATCH] Update fermenting_barrel.dm
---
code/modules/hydroponics/fermenting_barrel.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/hydroponics/fermenting_barrel.dm b/code/modules/hydroponics/fermenting_barrel.dm
index ab9f9f82d3e..9f4dbb7315d 100644
--- a/code/modules/hydroponics/fermenting_barrel.dm
+++ b/code/modules/hydroponics/fermenting_barrel.dm
@@ -47,7 +47,7 @@
else if(!user.drop_item())
to_chat(user, "[G] is stuck to your hand!")
return FALSE
- G.loc = src
+ G.forceMove(src)
to_chat(user, "You place [G] into [src] to start the fermentation process.")
addtimer(CALLBACK(src, .proc/makeWine, G), rand(80, 120) * speed_multiplier)
else if(I.is_refillable())