-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sspells with have a min range, e.g. a spell with an 8-30y range, cannot be easily used of range checking, because if it isn't in range, that could be <8 or >30. Thus we used a second checker to distinguish between those two cases. Previously only other spells would be consider, but in some cases classes have no spells that can fill that gap. Thus use an idea by kodewdle to fall-back to the interact list. All we need is an interact distance that is bigger than min range and less than the max range. Fixes: #16
- Loading branch information
1 parent
491840e
commit 6bd9677
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters