-
-
Notifications
You must be signed in to change notification settings - Fork 631
showcase ability range on click #2695
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Kevin4335 This breaks the game. Notice the builds around here. |
Locally, it passed the Jest tests and it seems to run. |
@Kevin4335 I bet, but you know how development goes when it comes to different machines... you could also poke at a browser based IDE, even Github provides one. Usually there's a small thing that breaks big changes on various set-ups. |
@Kevin4335 Really looking forward to test out this patch! 🤞🏻 |
@Kevin4335 Any progress with this? Another week passed and this is starting to have conflicts... |
@Kevin4335 Guess you went M.I.A... too bad, all this work will go to waste soon or it will take extra work, as there are PRs like this one that will get merged soon -> https://github.com/FreezingMoon/AncientBeast/pull/2733/files |
Shows a preview for non-melee abilities that disappears after a delay when clicking an ability when it is unavailable. Changes the way handling abilities work with a new isPreview condition for query. Possible phase out the strict way of disabling abilities after 1 use and simply treats them as lacking suitable targets.
This fixes issue #970
(I do not have a ERC20 wallet)