More RTS AI tweaks

This commit is contained in:
Anuken
2022-04-11 10:55:24 -04:00
parent 54d90633e7
commit bdeef68a0b
4 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ public class ErekirTechTree{
static void rebalanceBullet(BulletType bullet){
if(balanced.add(bullet.id)){
bullet.damage *= 0.7f;
bullet.damage *= 0.75f;
}
}