Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 21, 2024
1 parent a02af92 commit 810c526
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 98 deletions.
4 changes: 2 additions & 2 deletions code/modules/shuttle/computers/trijent_elevator_control.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

/obj/structure/machinery/computer/shuttle/elevator_controller/proc/get_landing_zones()
. = list()
var/obj/docking_port/mobile/trijent_elevator/shuttle = SSshuttle.getShuttle(shuttleId)
var/obj/docking_port/mobile/shuttle = SSshuttle.getShuttle(shuttleId)

for(var/obj/docking_port/stationary/trijent_elevator/elev in SSshuttle.stationary)
for(var/obj/docking_port/stationary/elev in SSshuttle.stationary)
if(!shuttle.elevator_network)
. += list(elev)
continue
Expand Down
3 changes: 3 additions & 0 deletions code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@

var/datum/map_template/shuttle/roundstart_template
var/json_key
var/elevator_network

/obj/docking_port/stationary/register(replace = FALSE)
. = ..()
Expand Down Expand Up @@ -382,6 +383,8 @@

var/shuttle_flags = NONE

var/elevator_network

#define WORLDMAXX_CUTOFF (world.maxx + 1)
#define WORLDMAXY_CUTOFF (world.maxx + 1)
/**
Expand Down
1 change: 0 additions & 1 deletion code/modules/shuttle/shuttles/shipmap_elevator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
dir = NORTH
height = 5
width = 7
var/elevator_network

/obj/docking_port/stationary/shipmap_elevator/one
name = "Vehicle Elevator One"
Expand Down
2 changes: 0 additions & 2 deletions code/modules/shuttle/shuttles/trijent_elevator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

movement_force = list("KNOCKDOWN" = 0, "THROW" = 0)
var/datum/door_controller/aggregate/door_control
var/elevator_network

/obj/docking_port/mobile/trijent_elevator/Initialize(mapload, ...)
. = ..()
Expand All @@ -46,7 +45,6 @@
// shutters to clear the area
var/airlock_area
var/airlock_exit
var/elevator_network

/obj/docking_port/stationary/trijent_elevator/proc/get_doors()
. = list()
Expand Down
131 changes: 40 additions & 91 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4619,38 +4619,6 @@
icon_state = "dark_sterile"
},
/area/golden_arrow/medical)
"aoc" = (
/obj/merge_conflict_marker{
name = "---Merge Conflict Marker---";
desc = "A best-effort merge was performed. You must resolve this conflict yourself (manually) and remove this object once complete."
},
/obj/structure/surface/table/almayer,
/obj/item/tool/kitchen/tray{
pixel_x = -3;
pixel_y = 3
},
/obj/item/reagent_container/food/condiment/hotsauce/tabasco{
pixel_x = 12;
pixel_y = 18
},
/obj/item/trash/plate{
pixel_x = -5;
pixel_y = 3
},
/obj/item/trash/plate{
pixel_x = -3;
pixel_y = 5
},
/obj/item/reagent_container/food/condiment/hotsauce/tabasco{
pixel_y = 18;
pixel_x = 2
},
/obj/item/trash/plate{
pixel_x = -4;
pixel_y = 7
},
/turf/open/space/basic,
/area/space)
"aof" = (
/obj/effect/decal/cleanable/dirt{
layer = 2.52
Expand Down Expand Up @@ -6041,7 +6009,8 @@
/obj/docking_port/stationary/shipmap_elevator/one{
id = "garrow_vehicle_elevator_one_storage";
name = "Vehicle Elevator One Storage";
roundstart_template = /datum/map_template/shuttle/golden_arrow/vehicleone
roundstart_template = /datum/map_template/shuttle/golden_arrow/vehicleone;
elevator_network = "one"
},
/turf/open/floor/almayer/empty,
/area/golden_arrow/motor_pool)
Expand Down Expand Up @@ -7704,10 +7673,6 @@
},
/area/golden_arrow/hangar)
"axt" = (
/obj/merge_conflict_marker{
name = "---Merge Conflict Marker---";
desc = "A best-effort merge was performed. You must resolve this conflict yourself (manually) and remove this object once complete."
},
/obj/effect/decal/cleanable/dirt,
/obj/item/stack/medical/ointment{
pixel_x = 2;
Expand Down Expand Up @@ -13479,34 +13444,6 @@
icon_state = "test_floor4"
},
/area/golden_arrow/shared_office)
"aNn" = (
/obj/merge_conflict_marker{
name = "---Merge Conflict Marker---";
desc = "A best-effort merge was performed. You must resolve this conflict yourself (manually) and remove this object once complete."
},
/obj/structure/surface/rack{
pixel_y = 14;
pixel_x = 4
},
/obj/structure/reagent_dispensers/water_cooler/stacks{
density = 0;
pixel_x = -10;
pixel_y = 6
},
/obj/item/reagent_container/food/condiment/peppermill{
pixel_y = 26;
pixel_x = 1
},
/obj/item/reagent_container/food/condiment/saltshaker{
pixel_y = 26;
pixel_x = -3
},
/obj/item/storage/box/drinkingglasses{
pixel_x = 10;
pixel_y = 28
},
/turf/open/space/basic,
/area/space)
"aNp" = (
/obj/structure/pipes/vents/scrubber,
/turf/open/floor/almayer,
Expand Down Expand Up @@ -14053,7 +13990,8 @@
/area/golden_arrow/cryo_cells)
"aPg" = (
/obj/docking_port/stationary/shipmap_elevator/one{
id = "garrow_vehicle_elevator_one"
id = "garrow_vehicle_elevator_one";
elevator_network = "one"
},
/turf/open/floor/almayer/empty,
/area/golden_arrow/hangar)
Expand Down Expand Up @@ -15167,26 +15105,6 @@
dir = 8
},
/area/golden_arrow/hangar)
"aSF" = (
/obj/merge_conflict_marker{
name = "---Merge Conflict Marker---";
desc = "A best-effort merge was performed. You must resolve this conflict yourself (manually) and remove this object once complete."
},
/obj/structure/machinery/microwave{
density = 0;
pixel_y = 9
},
/obj/item/reagent_container/food/drinks/coffee/marine{
pixel_x = 9;
pixel_y = -3
},
/obj/item/storage/box/donkpockets{
pixel_x = 4;
pixel_y = 22
},
/obj/structure/surface/table/almayer,
/turf/open/space/basic,
/area/space)
"aSG" = (
/obj/effect/decal/warning_stripes{
icon_state = "E";
Expand Down Expand Up @@ -17932,6 +17850,22 @@
},
/turf/open/floor/plating/plating_catwalk,
/area/golden_arrow/engineering)
"fxv" = (
/obj/effect/decal/warning_stripes{
icon_state = "cargo_arrow";
dir = 4
},
/obj/effect/decal/cleanable/dirt{
layer = 2.52
},
/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
dockId = "garrow_vehicle_elevator_one_storage";
shuttleId = "garrow_vehicle_elevator_one"
},
/turf/open/floor/almayer/edge{
dir = 4
},
/area/golden_arrow/motor_pool)
"fLq" = (
/obj/structure/pipes/standard/simple/hidden/supply,
/turf/open/floor/almayer{
Expand Down Expand Up @@ -18585,6 +18519,21 @@
},
/turf/open/floor/plating/plating_catwalk,
/area/golden_arrow/engineering)
"mvK" = (
/obj/structure/machinery/light/double/blue{
light_color = "#dae2ff"
},
/obj/effect/decal/cleanable/dirt{
layer = 2.52
},
/obj/structure/machinery/computer/shuttle/elevator_controller/elevator_call{
dockId = "garrow_vehicle_elevator_one";
shuttleId = "garrow_vehicle_elevator_one"
},
/turf/open/floor/almayer{
icon_state = "plate"
},
/area/golden_arrow/hangar)
"myB" = (
/obj/effect/decal/cleanable/dirt{
layer = 2.52
Expand Down Expand Up @@ -27755,11 +27704,11 @@ aQb
aCB
aDi
aEG
aNn
aEG
aEG
aEG
aoc
aEG
aEG
add
aRq
aQW
Expand Down Expand Up @@ -28063,7 +28012,7 @@ aEG
aEG
aEG
aEG
aSF
aEG
aht
ayY
aIu
Expand Down Expand Up @@ -28955,7 +28904,7 @@ arN
arN
arN
aQc
aQc
fxv
akZ
aUG
aCV
Expand Down Expand Up @@ -34483,7 +34432,7 @@ aPU
aPU
aPg
aHG
akt
mvK
adz
aNL
acq
Expand Down
14 changes: 12 additions & 2 deletions maps/shuttles/garrow_vehicle_elevator_one.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
/area/shuttle/vehicle_elevator)
"o" = (
/obj/effect/decal/cleanable/dirt,
/obj/docking_port/mobile/shipmap_elevator,
/obj/docking_port/mobile/shipmap_elevator{
elevator_network = "one"
},
/turf/open/floor/plating/plating_catwalk,
/area/shuttle/vehicle_elevator)
"u" = (
Expand All @@ -13,6 +15,14 @@
icon_state = "plate"
},
/area/shuttle/vehicle_elevator)
"v" = (
/obj/structure/machinery/computer/shuttle/elevator_controller{
shuttleId = "garrow_vehicle_elevator_one"
},
/turf/open/floor/almayer{
icon_state = "plate"
},
/area/shuttle/vehicle_elevator)
"A" = (
/turf/open/floor/almayer{
icon_state = "plate"
Expand Down Expand Up @@ -51,7 +61,7 @@ K
(4,1,1) = {"
a
A
A
v
u
a
"}
Expand Down

0 comments on commit 810c526

Please sign in to comment.