can_start() no longer attempts to rebuild the antag candidate lists but
instead reads the existing lists that are now built in pre_setup()
Also fixes an inverted check that was preventing antags from spawning.
Antagonists are again drafted in attempt_spawn() and all players in the pending list will be spawned (provided they pass sanity checks).
Instead, attempt_spawn() is called in either pre_setup() or post_setup() depending on if the ANTAG_OVERRIDE_JOB flag is set. And all antags have
their spawning finalized in post_setup().
In addition, if game mode setup fails, all pending antagonist players have their special roles cleared.
- More Cameras added to Civilian Areas
- Cargo foyer area added.
- Cafeteria Floors Properly Painted
- Improper access restrictions removed from security checkpoint and medical door bolt locks
- Guide signs posted all around the central ring
- Engineering dome oupost DLC added for $19.99
- - (Minor bug with docking will fix later)
- Recreation area vented to space fixed, (holes under doors, removed extra wires and pipes)
- Captain's Bathroom now with 100% more lighting
- Extra pipes in Atmos removed, one tweak left to be done.
- Windows in the AI core fixed, Door button added, Power wire fixed. Hatch access fixed.
- Visitor beds upgraded.
- Captain's bed now improved for ERP
- ERT Chem dispenser fixed.
- Engineering soda dispenser fixed.
- Mixed air outlet valve fixed??
- Missing area tile for small admin shuttle fixed.
- Dorms now has R-walls
- Gateway Cryo added.
- Teleporter reworked and now operational and fixed.
Changes -
- Research
- Work finalized on Research, all extra items such as newscasters, alarms, fire extinguishers added. Cargo drop of point added Door access completed, landmarks and spawn points added, floor painted. No further major changes to be made to research.
- Cargo
- Work finalized, One new area added (second one to be added at a later date but causes no issues at this point). No major changes to be done to cargo at this time.
- Security
- Work finalized, brig cells work properly, cargo drop off point made, cameras added, blastdoors working properly, no major changes to be made.
- Medical
- Work finalized, hallways painted, shutters working properly, cameras added, virolocks functional. Cargo drop off point to still be added. No major changes to be done.
- Command
- Work in Progress, door access done including AI and AI upload, landmarks added, few light changes such as additional lights to the bridge. No major changes to be done
- Engineering
- Work in Progress, door access done, cargo drop off point added. Materials supplied, engineering 'elevator' functional. Blast doors need to be added. Detail work needs to be added. No major changes to be done.
- Civilian
- Work in Progress, door access should be finalized for areas such as the bar, kitchen, hydroponics coffee shop. Chapel driver now operational. Several areas with cameras, several areas still lacking cameras. Detail work missing such as newscasters and fire alarms. No major changes to be done.
- Misc
- Work in Progress,
- Tech storage access completed. Security checkpoint door control and access done.
- Airlock next to the research fixed. Waste disposals tweaked and fixed.
- Work completed on EVA, finalized. No further changes.
- IAA access and landmarks completed.
- Holopads added to areas previously without such as in front of escape pods.
- Other Tweaks
- Light ranges increased for both small and large lights.
- Small lights have had their color changed to a much fainter tint
- Comfy Chair tweak pending.
Adds sprites for the stealth rig, so that people don't mix it up with
the ninja. Helmet is different (based on swat mask and NVGs), everything
else is a copy of the ninja suit.
Antag types with ANTAG_OVERRIDE_JOB are finalized before jobs are handed out, based on the idea that something which replaces a player's job should not need to depend on their assigned job in any way.
Moves the selection of pending antags outside of can_start().
Fixes issue with antag distribution that occurs when a player is a candidate for multiple antagonist types.