Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Renamed from Carriers and turrets to Carrier and Fighters.
Added Discord server info.
Changed configuration.
Switched to using the place station scenario utility.
Added the generate call sign utility for NPC ship names.
Split up init code where applicable to setConstants and setGlobals functions.
Updated goods handling.
Updated GM button handling.
Simplified function naming in update function.
Changed timers to use getScenarioTime() instead of a flavor of delta.
Add loop limiters for repeat until loops.
Include Saipan amongst the possible carriers.
Removed non-starfighter types from possible fighters and added new player fighter types (Formax, Foil, Red Jacket).
Add shield button to tactical console for fighters.
Enable auto coolant and auto repair for fighters.
Set Striker max impulse speed to 90.
Shorten fighters' long range radar range to 10 units.
Add applicable translation contexts including ones for goods.
Add automated defense for friendly and neutral stations.
Use hail messages for mission plot points in addition to ship log.
Save mission critical messages in command log and set up a command log read button for Relay.
Switch to using getActivePlayerShips().
Add ability for players to use reputation to get a replacement fighter or carrier.
Switch from using player to using comms_source.
Create and use a common mission related comms function for docked and undocked states.
Add buttons to transfer cargo from carrier to fighter.
Add inventory button for players on Relay.
Add reputation points for completing a number of different mini mission milestones.
Adjust final statistics screen to include the number of completed mini mission milestones.