Splash damage tweaks

This commit is contained in:
Anuken
2021-02-15 18:42:24 -05:00
parent c942331117
commit 957583071d
4 changed files with 5 additions and 5 deletions

View File

@@ -1366,8 +1366,8 @@ public class UnitTypes implements ContentList{
collides = false;
healPercent = 15f;
splashDamage = 230f;
splashDamageRadius = 81f;
splashDamage = 220f;
splashDamageRadius = 80f;
}};
}});
}};