mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 20:27:07 +01:00
dynamic climbing and object heights (#5692)
Co-authored-by: silicons <no@you.cat>
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
desc = "A virtual map of the surrounding station."
|
||||
icon = 'icons/obj/machines/stationmap.dmi'
|
||||
icon_state = "station_map"
|
||||
anchored = 1
|
||||
density = 0
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
use_power = USE_POWER_IDLE
|
||||
idle_power_usage = 10
|
||||
active_power_usage = 500
|
||||
circuit = /obj/item/circuitboard/station_map
|
||||
depth_projected = FALSE
|
||||
climb_allowed = FALSE
|
||||
|
||||
// TODO - Port use_auto_lights from /vg - for now declare here
|
||||
var/use_auto_lights = 1
|
||||
|
||||
Reference in New Issue
Block a user