mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
The Wallening Approacheth: Adds directional variants to most wall mounts (#58809)
This commit is contained in:
@@ -31,6 +31,22 @@
|
||||
/// If blind drop option is available
|
||||
var/blind_drop_ready = TRUE
|
||||
|
||||
/obj/machinery/computer/auxiliary_base/directional/north
|
||||
dir = SOUTH
|
||||
pixel_y = 32
|
||||
|
||||
/obj/machinery/computer/auxiliary_base/directional/south
|
||||
dir = NORTH
|
||||
pixel_y = -32
|
||||
|
||||
/obj/machinery/computer/auxiliary_base/directional/east
|
||||
dir = WEST
|
||||
pixel_x = 32
|
||||
|
||||
/obj/machinery/computer/auxiliary_base/directional/west
|
||||
dir = EAST
|
||||
pixel_x = -32
|
||||
|
||||
/obj/machinery/computer/auxiliary_base/Initialize()
|
||||
. = ..()
|
||||
AddComponent(/datum/component/gps, "NT_AUX")
|
||||
|
||||
Reference in New Issue
Block a user