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)
This commit is contained in:
小月猫
2021-09-14 19:20:36 -07:00
committed by GitHub
parent 9cd478586d
commit 56e568bef9
+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