From 69d785ef0c12c761841fdc296ff7ba091cfd396f Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:39:10 +1000 Subject: [PATCH] Fixes gateway returning --- code/modules/awaymissions/gateway.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/awaymissions/gateway.dm b/code/modules/awaymissions/gateway.dm index cee8fb73b02..b6695e39cb9 100644 --- a/code/modules/awaymissions/gateway.dm +++ b/code/modules/awaymissions/gateway.dm @@ -168,6 +168,7 @@ obj/machinery/gateway/centerstation/process() update_icon() stationgate = locate(/obj/machinery/gateway/centerstation) . = ..() + density = 1 //VOREStation Add /obj/machinery/gateway/centeraway/update_icon()