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

Scout's Warning doesn't update to 2 if Effect: Scout is present #18233

Closed
thevortex42 opened this issue Feb 8, 2025 · 0 comments · Fixed by #18238
Closed

Scout's Warning doesn't update to 2 if Effect: Scout is present #18233

thevortex42 opened this issue Feb 8, 2025 · 0 comments · Fixed by #18238

Comments

@thevortex42
Copy link

The Effect: Scout's Warning is missing the selector in the AdjustModifier Rules element. It is currently:

{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2}

If both Scout and Scout's Warning are applied, the modifier stays at 1. If you add the selector to AdjustModifier, it works like inteded:

{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2,"selector":"initiative"}

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 a pull request may close this issue.

1 participant