From 3dc79d31f7575d2d907123aec2a4d35b9cd91e39 Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Mon, 8 Feb 2016 00:35:46 +0100 Subject: [PATCH] Forgot a forceMove somehow???? --- 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 9bc8adac013..a7240c8d64e 100644 --- a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm @@ -357,7 +357,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