mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-24 21:37:53 +01:00
* 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>
36 lines
1.9 KiB
Plaintext
36 lines
1.9 KiB
Plaintext
/datum/map_template/shuttle/ferry
|
|
port_id = "ferry"
|
|
name = "Base Shuttle Template (Ferry)"
|
|
|
|
/datum/map_template/shuttle/ferry/base
|
|
suffix = "base"
|
|
name = "transport ferry"
|
|
description = "Standard issue Box/Metastation CentCom ferry."
|
|
|
|
/datum/map_template/shuttle/ferry/meat
|
|
suffix = "meat"
|
|
name = "\"meat\" ferry"
|
|
description = "Ahoy! We got all kinds o' meat aft here. Meat from plant people, people who be dark, not in a racist way, just they're dark black. \
|
|
Oh and lizard meat too,mighty popular that is. Definitely 100% fresh, just ask this guy here. *person on meatspike moans* See? \
|
|
Definitely high quality meat, nothin' wrong with it, nothin' added, definitely no zombifyin' reagents!"
|
|
admin_notes = "Meat currently contains no zombifying reagents, lizard on meatspike must be spawned in."
|
|
|
|
/datum/map_template/shuttle/ferry/lighthouse
|
|
suffix = "lighthouse"
|
|
name = "The Lighthouse(?)"
|
|
description = "*static*... part of a much larger vessel, possibly military in origin. \
|
|
The weapon markings aren't anything we've seen ...static... by almost never the same person twice, possible use of unknown storage ...static... \
|
|
seeing ERT officers onboard, but no missions are on file for ...static...static...annoying jingle... only at The LIGHTHOUSE! \
|
|
Fulfilling needs you didn't even know you had. We've got EVERYTHING, and something else!"
|
|
admin_notes = "Currently larger than ferry docking port on Box, will not hit anything, but must be force docked. Trader and ERT bodyguards are not included."
|
|
|
|
/datum/map_template/shuttle/ferry/fancy
|
|
suffix = "fancy"
|
|
name = "fancy transport ferry"
|
|
description = "At some point, someone upgraded the ferry to have fancier flooring... and fewer seats."
|
|
|
|
/datum/map_template/shuttle/ferry/kilo
|
|
suffix = "kilo"
|
|
name = "kilo transport ferry"
|
|
description = "Standard issue CentCom Ferry for Kilo pattern stations. Includes additional equipment and rechargers."
|