Skip to content

Commit

Permalink
wwwdas
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDude committed Aug 20, 2024
1 parent 6c5577b commit 8971b86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions code/datums/shuttles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
var/suffix
var/port_id
var/shuttle_id = "SHOULD NEVER EXIST"
var/elevator_network

var/description
var/prerequisites
Expand Down Expand Up @@ -127,14 +126,14 @@
elevator_network = "Requisitions"

Check failure on line 126 in code/datums/shuttles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'elevator_network' on type '/datum/map_template/shuttle/trijent_elevator/ice_elevator/requisitions'

/datum/map_template/shuttle/golden_arrow/vehicleone
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_ONE
name = "Vehicle Elevator One"
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_ONE

/datum/map_template/shuttle/golden_arrow/vehicletwo
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_TWO
name = "Vehicle Elevator Two"
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_TWO

/datum/map_template/shuttle/golden_arrow/cargo
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_CARGO
name = "Cargo Elevator"
elevator_network = "garrow_cargo"

Check failure on line 138 in code/datums/shuttles.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'elevator_network' on type '/datum/map_template/shuttle/golden_arrow/cargo'
shuttle_id = MOBILE_SHUTTLE_SHIPMAP_ELEVATOR_CARGO
8 changes: 4 additions & 4 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -11320,7 +11320,7 @@
/turf/open/floor/almayer{
icon_state = "test_floor4"
},
/area/golden_arrow/supply)
/area/golden_arrow/prep_hallway)
"EL" = (
/obj/effect/decal/cleanable/dirt{
layer = 2.52
Expand Down Expand Up @@ -14480,7 +14480,7 @@
/turf/open/floor/almayer/edge{
dir = 1
},
/area/golden_arrow/supply)
/area/golden_arrow/prep_hallway)
"Ng" = (
/obj/effect/decal/cleanable/dirt{
layer = 2.52
Expand Down Expand Up @@ -16365,7 +16365,7 @@
/turf/open/floor/almayer/edge{
dir = 1
},
/area/golden_arrow/supply)
/area/golden_arrow/prep_hallway)
"Sh" = (
/obj/structure/machinery/door/poddoor/almayer/locked{
dir = 2;
Expand Down Expand Up @@ -17828,7 +17828,7 @@
/turf/open/floor/almayer/edge{
dir = 1
},
/area/golden_arrow/supply)
/area/golden_arrow/prep_hallway)
"We" = (
/obj/structure/bed{
can_buckle = 0
Expand Down

0 comments on commit 8971b86

Please sign in to comment.