mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
/obj/turbolift_map_holder/southern_cross
|
|
icon = 'icons/obj/turbolift_preview_5x5.dmi'
|
|
depth = 2
|
|
lift_size_x = 4
|
|
lift_size_y = 4
|
|
|
|
/obj/turbolift_map_holder/southern_cross/port
|
|
name = "Southern Cross turbolift map placeholder - Port"
|
|
dir = EAST
|
|
depth = 3
|
|
|
|
areas_to_use = list(
|
|
/area/turbolift/port_deck_maints, // CHOMPEdit - Maintenance deck
|
|
/area/turbolift/port_deck_one,
|
|
/area/turbolift/port_deck_two
|
|
)
|
|
|
|
/obj/turbolift_map_holder/southern_cross/starboard
|
|
name = "Sothern Cross turbolift map placeholder - Starboard"
|
|
dir = WEST
|
|
|
|
areas_to_use = list(
|
|
/area/turbolift/starboard_deck_one,
|
|
/area/turbolift/starboard_deck_two
|
|
)
|
|
|
|
/obj/turbolift_map_holder/southern_cross/cargo
|
|
name = "Sothern Cross turbolift map placeholder - Cargo"
|
|
dir = WEST
|
|
|
|
areas_to_use = list(
|
|
/area/turbolift/cargo_deck_one,
|
|
/area/turbolift/cargo_deck_two
|
|
)
|
|
|
|
/obj/turbolift_map_holder/southern_cross/center
|
|
name = "Sothern Cross turbolift map placeholder - Center"
|
|
depth = 3
|
|
|
|
areas_to_use = list(
|
|
/area/turbolift/center_deck_one,
|
|
/area/turbolift/center_deck_two,
|
|
/area/turbolift/center_deck_three
|
|
)
|