[MIRROR] Various minor fixes for the remaining shuttles (#28751)

* Various minor fixes for the remaining shuttles (#84667)

## About The Pull Request
Final part of the 5 part series of fixing all the shuttles. This one is
mostly more of the same except that there were a few shuttles that had
templates so they would show up in the shuttle manipulator but seemingly
there is no actual map file for them.
<details>
  <summary>Full changes</summary>

- Fixed the following shuttles flying in unexpected directions:
ferry_base.dmm*, ferry_meat.dmm, ferry_lighthouse.dmm, ert_bounty,
cargo_kilo.dmm, cargo_pubby.dmm, cargo_delta.dmm
- Fixed ert_bounty.dmm having incorrect offsets in its navigation
console
- Removed: the Northstar ferry template, Omegastation arrivals shuttle
template, Donutstation cargo ferry template: I don't think any of these
shuttles exist. I looked around in the map folder and couldn't find any
of them. Trying to load one of them in the shuttle manipulator will just
cause a runtime because it cant find a docking port. I don't know if I
just missed these or if they don't exist, but it seems like the latter.

*The ferry is kind of debateable on which direction it's supposed to fly
because it has engines on both sides but i'm going with the side that
has more engines being the "back"

</details>

## Why It's Good For The Game
All the shuttles should now fly in their intended directions and all the
navigation consoles should all be centred so they're usable. The
templates were removed because it doesn't really make sense to have
entries in the shuttle manipulator for shuttles that don't exist and
cannot be spawned.

## Changelog
🆑

del: Removed the shuttle manipulator entries for the following shuttles:
Northstar ferry, Omegastation arrivals shuttle, and Donutstation cargo
ferry. (These shuttles didn't actually exist but they still had entries
in the manipulator.)

fix: Fixed the following shuttles flying in unexpected directions: Basic
CC Ferry, Meat Ferry, Lighthouse Ferry, ERT bounty shuttle, Kilo cargo
shuttle, Pubby cargo shuttle, and Delta cargo shuttle.

fix: Fixed the ERT bounty shuttle having incorrect offsets in the
shuttle navigation console.

/🆑

* Various minor fixes for the remaining shuttles

---------

Co-authored-by: aaaa1023 <74441292+aaaa1023@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-07-09 19:40:38 +05:30
committed by GitHub
co-authored by aaaa1023
parent b430ab08eb
commit f8966ef4c4
10 changed files with 15 additions and 21 deletions
+2 -1
View File
@@ -79,7 +79,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/docking_port/mobile/supply{
dir = 4
dir = 4;
port_direction = 8
},
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/turf/open/floor/plating,
+2 -1
View File
@@ -91,7 +91,8 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
/obj/docking_port/mobile/supply{
dir = 4
dir = 4;
port_direction = 8
},
/turf/open/floor/mineral/plastitanium,
/area/shuttle/supply)
+2 -1
View File
@@ -140,7 +140,8 @@
/area/shuttle/supply)
"R" = (
/obj/docking_port/mobile/supply{
dir = 4
dir = 4;
port_direction = 8
},
/obj/machinery/door/airlock/shuttle{
name = "Supply Shuttle Airlock"
+6 -2
View File
@@ -18,7 +18,9 @@
movement_force = list("KNOCKDOWN"=0,"THROW"=0);
name = "hunter shuttle";
rechargeTime = 1800;
shuttle_id = "huntership"
shuttle_id = "huntership";
port_direction = 4;
preferred_direction = 4
},
/obj/structure/fans/tiny,
/turf/open/floor/pod/dark,
@@ -205,7 +207,9 @@
/area/shuttle/hunter)
"H" = (
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/hunter{
dir = 8
dir = 8;
y_offset = 6;
x_offset = 3
},
/turf/open/floor/pod/dark,
/area/shuttle/hunter)
+1 -1
View File
@@ -48,7 +48,7 @@
dir = 8;
shuttle_id = "ferry";
name = "ferry shuttle";
port_direction = 2
preferred_direction = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
+1 -1
View File
@@ -142,7 +142,7 @@
dir = 8;
shuttle_id = "ferry";
name = "The Lighthouse";
port_direction = 2
preferred_direction = 4
},
/turf/open/floor/mineral/titanium/blue,
/area/shuttle/transport)
+1 -1
View File
@@ -105,7 +105,7 @@
dir = 8;
shuttle_id = "ferry";
name = "ferry shuttle";
port_direction = 2
preferred_direction = 4
},
/turf/open/floor/iron/freezer,
/area/shuttle/transport)
-4
View File
@@ -26,10 +26,6 @@
suffix = "pubby"
name = "arrival shuttle (Pubby)"
/datum/map_template/shuttle/arrival/omega
suffix = "omega"
name = "arrival shuttle (Omega)"
/datum/map_template/shuttle/arrival/northstar
suffix = "northstar"
name = "arrival shuttle (North Star)"
-4
View File
@@ -11,10 +11,6 @@
suffix = "birdboat"
name = "supply shuttle (Birdboat)"
/datum/map_template/shuttle/cargo/donut
suffix = "donut"
name = "supply shuttle (Donut)"
/datum/map_template/shuttle/cargo/pubby
suffix = "pubby"
name = "supply shuttle (Pubby)"
-5
View File
@@ -33,8 +33,3 @@
suffix = "kilo"
name = "kilo transport ferry"
description = "Standard issue CentCom Ferry for Kilo pattern stations. Includes additional equipment and rechargers."
/datum/map_template/shuttle/ferry/northstar
suffix = "northstar"
name = "north star transport ferry"
description = "In the very depths of the frontier, you'll need a rugged shuttle capable of delivering crew, this is that."