Increased foreshadow coolant multiplier
This commit is contained in:
@@ -1785,7 +1785,7 @@ public class Blocks implements ContentList{
|
|||||||
shootSound = Sounds.railgun;
|
shootSound = Sounds.railgun;
|
||||||
unitSort = (u, x, y) -> -u.maxHealth;
|
unitSort = (u, x, y) -> -u.maxHealth;
|
||||||
|
|
||||||
coolantMultiplier = 0.2f;
|
coolantMultiplier = 0.4f;
|
||||||
|
|
||||||
health = 150 * size * size;
|
health = 150 * size * size;
|
||||||
coolantUsage = 1f;
|
coolantUsage = 1f;
|
||||||
|
|||||||
Reference in New Issue
Block a user