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