-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track NPC crew status so we can warn if you fail to assign them #2033
Comments
I see two ways to accomplish this:
Either way, we'd react to crew assignment events by updating our variable. Do we have a preference as to the implementation method? |
I’d favour 2 but am ruminating over whether it is a property of the ship or not. |
Fair. In some ways crew are more like cargo but I'm not sure we need a Crew monitor right now. ;-) |
Consider adding a |
Sounds good to me. |
We currently do not track the player's NPC crew, so we cannot implement a warning, similar to the limpet check, if you are in a ship with a fighter bay but have forgotten to set the crew active.
NB the "Ship swapped" script does currently include a blanket reminder to set someone active.
The text was updated successfully, but these errors were encountered: