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 u_is_outside mutation condition crashing the game #71011

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Jan 17, 2024

Summary

Bugfixes "Fix u_is_outside mutation condition crashing the game"

Purpose of change

Fixes #71006

Describe the solution

Implement code changes suggested by andrei8l

Describe alternatives you've considered

Testing

Success
image

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` EOC: Effects On Condition Anything concerning Effects On Condition <Bugfix> This is a fix for a bug (or closes open issue) labels Jan 17, 2024
@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Jan 17, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jan 17, 2024
@Maleclypse Maleclypse merged commit 4789a96 into CleverRaven:master Jan 17, 2024
22 of 27 checks passed
@Standing-Storm Standing-Storm deleted the fix-u-outside branch January 17, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` EOC: Effects On Condition Anything concerning Effects On Condition json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"condition": "u_is_outside" as an enchantment condition in a mutation crashes the game
2 participants