[MIRROR] Makes Auxbase console a proper wallmount (#8194)

* 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)

* Makes Auxbase console a proper wallmount

Co-authored-by: 小月猫 <alina.r.starkova@gmail.com>
This commit is contained in:
SkyratBot
2021-09-15 03:41:40 +01:00
committed by GitHub
co-authored by 小月猫
parent e2623bb2e5
commit 48fd99ea86
+2
View File
@@ -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