Lots of balancing/tweaks

This commit is contained in:
Anuken
2022-05-03 14:42:11 -04:00
parent 459428ef25
commit 210481703f
10 changed files with 67 additions and 31 deletions

View File

@@ -776,7 +776,7 @@ public class LExecutor{
void find(Ranged b, float range, int sortDir, Team team){
Units.nearby(team, b.x(), b.y(), range, u -> {
if(!u.within(b, range) || !u.type.targetable) return;
if(!u.within(b, range) || !u.targetable()) return;
boolean valid =
target1.func.get(b.team(), u) &&