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: Slow weapons forgetting their slowness #546

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NekohimeMusou
Copy link
Contributor

@NekohimeMusou NekohimeMusou commented Nov 2, 2024

Having a Slow weapon equipped currently only slows you down in group initiative if it's the only weapon you have outside of a container. Turns out the isSlow property on the Actor is only true if all of their weapons are both Slow and equipped. Individual initiative likely has the same issue and this change probably fixes that too.

Copy link
Collaborator

@wyrmisis wyrmisis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, easy fix. LGTM.

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.

2 participants