Skip to content
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

JumpShip movement fix #4894

Merged
merged 3 commits into from
Nov 17, 2023
Merged

JumpShip movement fix #4894

merged 3 commits into from
Nov 17, 2023

Conversation

neoancient
Copy link
Member

Per StratOps, pp 51-2, JumpShips can accumulate 0.2 thrust per turn, and when it totals 1 they can spend that thrust as other aerospace units do. They also have attitude jets that allow them to change facing by one hexside per turn. But they do not accumulate any thrust on the same turn the attitude jets are used, and cannot use the attitude jets on the same turn that previously accumulated thrust is used.

MM handles the lack of accumulation when the jets are used, but allows a facing change the same turn that thrust is expended. This update fixes that. It also shows the amount of accumulated thrust on the unit tooltip, which also shows on the summary tab of the unit display.

Fixes #4807

@neoancient neoancient merged commit 32eaa23 into master Nov 17, 2023
4 checks passed
@neoancient neoancient deleted the jumpship_jets branch November 17, 2023 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jumpship can expend thrust and change facing in the same turn
2 participants