Skip to content

Commit

Permalink
fix aux base console (tgstation#61306)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
AlinaStarkova authored Sep 15, 2021
1 parent 9cd4785 commit 56e568b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mining/aux_base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56e568b

Please sign in to comment.