Citadel-Station-13 / space-station-14

The main repository for Citadel Sector XIV.
MIT License
13 stars 13 forks source link

[MIRROR] Pirate shuttle update #291

Closed silicons-bot closed 1 year ago

silicons-bot commented 1 year ago

Original PR: https://github.com/space-wizards/space-station-14/pull/13126

About the PR

Pirates as a mode isn't really implemented properly right now but on the off chance an admin turns it on or spawns the shuttle for other uses it needs a bit of updating. this is not intended to actually refactor pirates, that's out of scope. Just a QoL update of the shuttle.

After changing around how admins load grids in game, and also finding this in the tests: var naughty = new HashSet<string>() { "Empty", "Infiltrator", "Pirate", }; // AAAAAAAAAA // Why are they stations! if (naughty.Contains(map.ID)) continue; mapNames.Add(map.ID); }

I'm going to start removing the completely unused game map prototypes for the shuttles and putting the shuttle files into the shuttles folder where the other ones are and belong to keep things organized Media

pirate

Changelog

:cl: checkraze