Fixed non-living entities counting towards the terror from the skies advancement. Closes #93

This commit is contained in:
Sollace 2023-01-21 00:33:26 +00:00
parent 5f1e6c24f0
commit 844dfcd68c

View file

@ -90,8 +90,9 @@ public class BatEeeeAbility implements Ability<Hit> {
e.addVelocity(0, 0.1, 0);
}
Living.updateVelocity(e);
return 1;
}
return 1;
return 0;
}).sum();
if (total >= 20) {