Files
Bubberstation/code/datums/shuttles/whiteship.dm
aaaa1023 9f394116e1 Fixes a bunch of small issues on various Whiteships (#84404)
## About The Pull Request
A lot of White ships in the game had minor issues like the camera eye
being way offset in the shuttle navigation console or the ship just
flying backwards through space. I also caught a few active turfs on
shuttle engine plating.


<details>
  <summary>Full changes</summary>

- Fixed camera offset issues on: whiteship_birdshot.dmm,
whiteship_donut.dmm, whiteship_personalshuttle.dmm, whiteship_pubby.dmm,
whiteship_obelisk.dmm, whiteship_tram.dmm, whiteship_kilo.dmm,
whiteship_cere.dmm

- Fixed whiteship_pubby.dmm, whiteship_kilo.dmm flying in the wrong
direction

- Removed use of /turf/closed/wall/mineral/titanium/overspace on
whiteship_birdshot.dmm: These aren't used on any other whiteship so I
assume it was used incorrectly here.

- Fixed spelling of "aggressive" in shuttle manipulator for Birdshot's
Whiteship.

- Replaced platings that were active turfs with their airless variants
on: whiteship_obelisk.dmm, whiteship_personalshuttle.dmm,
whiteship_kilo.dmm

- Added an autodoc comment to x_offset and y_offset for shuttles. 

- Fixed whiteship_birdshot.dmm not being able to spawn.

</details>


## Why It's Good For The Game
makes the shuttle navigation console easier to use if you can actually
see the ship, also ships drifting sideways through hyperspace is funny
but (probably) unintended.



## Changelog
🆑
fix: Fixed the camera offset for the navigation console on a handful of
Whiteships.
fix: Fixed the Pubby Whiteship drifting sideways through hyperspace when
in flight.
fix: Fixed the Kilo Whiteship flying backwards through hyperspace when
in flight.
fix: The Birdshot Whiteship should actually be able to spawn now.
spellcheck: fixed spelling of "aggressive" in the shuttle manipulator
description for the Birdshot Whiteship.
/🆑
2024-06-29 13:53:56 -07:00

59 lines
2.7 KiB
Plaintext

/datum/map_template/shuttle/whiteship
port_id = "whiteship"
/datum/map_template/shuttle/whiteship/box
suffix = "box"
name = "Hospital Ship"
description = "Whiteship with medical supplies. Zombies do not currently spawn corpses, and are not infectious."
/datum/map_template/shuttle/whiteship/meta
suffix = "meta"
name = "Salvage Ship"
description = "Whiteship that focuses on a large cargo bay that players can build in. Spawns with Syndicate mobs who do not drop corpses and are highly aggressive."
/datum/map_template/shuttle/whiteship/pubby
suffix = "pubby"
name = "NT Science Vessel"
description = "A small science vessel that uses just one area and is full of angry ants."
/datum/map_template/shuttle/whiteship/cere
suffix = "cere"
name = "NT Heavy Salvage Vessel"
description = "A beefy, well-rounded salvage vessel with a pair of corpses (miner and engineer) and a Captain's hat. Equipped with solar sails and a PACMAN generator."
/datum/map_template/shuttle/whiteship/birdshot
suffix = "birdshot"
name = "NT Patrol Bee"
description = "A small patrol vessel with a central corridor connecting all rooms. Features 2 small cargo bays and a brig. Spawns with an aggressive and deadly Gelatinous Cube"
/datum/map_template/shuttle/whiteship/kilo
suffix = "kilo"
name = "NT Mining Shuttle"
description = "A mining vessel with a curious shape starting with a few angry netherworld mobs."
/datum/map_template/shuttle/whiteship/donut
suffix = "donut"
name = "NT Long-Distance Bluespace Jumper"
description = "A ship hit with an engine blowout, leaving it as a depressurised husk. Has infinite power, although likely to bait people into removing that property. Also the most open out of all the whiteships, and starts with a 25% ripley chance."
/datum/map_template/shuttle/whiteship/tram
suffix = "tram"
name = "NT Long-Distance Bluespace Freighter"
description = "A long shuttle that starts with Nanotrasen private security corpses. DOES NOT FIT IN THE BASE DOCKS! Does fit in Deep Space's dock though."
/datum/map_template/shuttle/whiteship/delta
suffix = "delta"
name = "NT Frigate"
description = "A standard whiteship with big spiders onboard. PACMAN generator is not wired and next to main grid cabling, so it requires some work."
/datum/map_template/shuttle/whiteship/personalshuttle
suffix = "personalshuttle"
name = "Personal Travel Shuttle"
description = "A small vessel with a few zombies and an engineer's corpse that can be looted."
/datum/map_template/shuttle/whiteship/obelisk
suffix = "obelisk"
name = "Obelisk"
description = "A large research vessel affected by the Cult of Nar'Sie. PACMAN generator is not wired and next to main grid cabling, so it requires some work."
admin_notes = "Not actually an obelisk, has nonsentient cult constructs."