We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Attacking is not possible while in Wind Walk
To Reproduce
Expected behavior WW should allow performing an attack
Screenshots https://i.gyazo.com/127d149834e067cf8553e97b88e85ed3.mp4
The problem seems to be this commented-out line. Restoring the break fixes the issue:
Cosmic/src/main/java/server/StatEffect.java
Lines 640 to 642 in 78e9944
The author of that change probably tested it with !maxskill, which hides the problem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Attacking is not possible while in Wind Walk
To Reproduce
Expected behavior
WW should allow performing an attack
Screenshots
https://i.gyazo.com/127d149834e067cf8553e97b88e85ed3.mp4
The problem seems to be this commented-out line. Restoring the break fixes the issue:
Cosmic/src/main/java/server/StatEffect.java
Lines 640 to 642 in 78e9944
The author of that change probably tested it with !maxskill, which hides the problem
The text was updated successfully, but these errors were encountered: