From 56e568bef91a8d4b78e069d51467f82620f51678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9C=88=E7=8C=AB?= Date: Tue, 14 Sep 2021 22:20:36 -0400 Subject: [PATCH] fix aux base console (#61306) the Auxbase console is a subtype of consoles, despite being a wallmount, therefore it inherits consoles density = TRUE, despite being on a wall this means that you get THIS ..... its on the WALL and the tile is EMPTY, but you cant step onto it, because the consoles there technically and dense (I feel i should clarify before its asked: when a console is deconstructed it spawns a new console frame and copies the circuit over, that new frame will be dense again. so it only lacks density once its finished and on the wall) --- code/modules/mining/aux_base.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/aux_base.dm b/code/modules/mining/aux_base.dm index dce4174b11d..3e2e35c76d4 100644 --- a/code/modules/mining/aux_base.dm +++ b/code/modules/mining/aux_base.dm @@ -32,6 +32,8 @@ /// If blind drop option is available var/blind_drop_ready = TRUE + density = FALSE //this is a wallmount + /obj/machinery/computer/auxiliary_base/directional/north dir = SOUTH pixel_y = 32