Increased foreshadow coolant multiplier

This commit is contained in:
Anuken
2020-12-15 18:39:44 -05:00
parent b90f51224c
commit eaa5e6f5a1

View File

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