From d262014ee48fbb9c8babce02d550ac1419d6238f Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sun, 7 Feb 2016 23:13:51 +0100 Subject: [PATCH] update to forcemove --- code/ATMOSPHERICS/components/unary_devices/vent_pump.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm index 6830ec8a418..d278d77c818 100644 --- a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm @@ -367,7 +367,7 @@ if(!welded) if(open) user.drop_item(W) - W.loc = src + W.forceMove(src) if(!open) user << "You can't shove that down there when it is closed" else