-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add #102 + Small refactor #134
Conversation
src/main/java/net/countercraft/movecraft/combat/features/directors/AADirectors.java
Outdated
Show resolved
Hide resolved
I am not sure how, but this PR seems to have broken AA directors. It also only applies when a fireball is directed, which I'm not sure is the intent. |
What do you mean with broken AA directors, it works for me. Yeah tested it right now and it looks like it doesn't apply it to undirected fireballs, maybe it is better if i make a runnable that processes each fireball spawned |
src/main/java/net/countercraft/movecraft/combat/features/directors/AADirectors.java
Outdated
Show resolved
Hide resolved
Probably, in which case it may be best to do it within it's own class or combine it with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied all changes requested
This reverts commit 2605f4b.
This reverts commit 2605f4b.
Add #102
Made a config line for AA fireball speed and refactored a small part of the code for better readibility.
I prefered implementing it in
AADirectors
asFireballLifespan
wouldn't retain the speed, asa timer task would fix the issue I resued theAADirectors
runnable.