Fixed foreshadow coolant stat roundoff error

This commit is contained in:
Anuken
2020-11-18 19:08:26 -05:00
parent 1ef264d560
commit 8692639e62

View File

@@ -1777,7 +1777,7 @@ public class Blocks implements ContentList{
shootSound = Sounds.railgun;
unitSort = (u, x, y) -> -u.maxHealth;
coolantMultiplier = 0.11f;
coolantMultiplier = 0.2f;
health = 150 * size * size;
coolantUsage = 1f;