From 031c30644cf1289791f2eb6e445516899ae2f050 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 11 Mar 2020 22:06:43 -0400 Subject: [PATCH] Fix refueling into fuelports They still work from roundstart cus they have fuel in them. Just can't refuel without asking an admin to move a fuel tank into contents. --- code/modules/overmap/overmap_shuttle.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/overmap/overmap_shuttle.dm b/code/modules/overmap/overmap_shuttle.dm index a565c51d62..c3195c99de 100644 --- a/code/modules/overmap/overmap_shuttle.dm +++ b/code/modules/overmap/overmap_shuttle.dm @@ -172,6 +172,7 @@ return if(contents.len == 0) user.unEquip(W, src) + W.forceMove(src) update_icon() // Walls hide stuff inside them, but we want to be visible.