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

Fix for null players, i.e., minions at end of phase. #390

Merged
merged 1 commit into from
May 2, 2024

Conversation

tastybento
Copy link
Member

If a minion broke the block at the end of the phase, the NPEs would occur as the newer code to check requirements and do placeholders was assuming a real player. This change protects that. Note that minions cannot be used to progress past a phase if there are any restrictions on the level change.

Fixes #389

If a minion broke the block at the end of the phase, the NPEs would
occur as the newer code to check requirements and do placeholders was
assuming a real player. This change protects that. Note that minions
cannot be used to progress past a phase if there are any restrictions on
the level change.
@tastybento tastybento merged commit 3c96738 into develop May 2, 2024
1 check passed
@tastybento tastybento deleted the 389_jets_minions_bug branch May 2, 2024 23:12
Copy link

sonarcloud bot commented May 2, 2024

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.

Passing phases with a minion
1 participant