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

Fixes Queen being unable to stomp xenos #7275

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

TheGamerdk
Copy link
Contributor

@TheGamerdk TheGamerdk commented Oct 5, 2024

About the pull request

Queen was unable to stomp any other xeno after #7228

We want to OR the two conditions first, and then AND them. Currently we were AND'ing the first 2 parameters (giving 0 in most cases), and then OR'ing them. (giving non-zero)

Adds a continue instead of a return in the case that we have multiple xenos on the tile, some of which we want to stomp

Fixed now.

Explain why it's good for the game

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
fix: Fixes being unable to stomp xenos as Queen
/:cl:

@cmss13-ci cmss13-ci bot added the Fix Fix one bug, make ten more label Oct 5, 2024
@harryob harryob enabled auto-merge October 5, 2024 18:01
@harryob harryob disabled auto-merge October 5, 2024 18:18
@harryob harryob merged commit 13dc90e into cmss13-devs:master Oct 5, 2024
28 checks passed
cmss13-ci bot added a commit that referenced this pull request Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants