mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 21:19:39 +07:00
Titan crash fix
This commit is contained in:
parent
b597978a33
commit
a053d93636
@ -3131,8 +3131,9 @@ public class Blocks{
|
||||
shootWarmupSpeed = 0.08f;
|
||||
|
||||
outlineColor = Pal.darkOutline;
|
||||
acceptCoolant = false;
|
||||
|
||||
consumes.liquids(LiquidStack.with(Liquids.hydrogen, 2f / 60f));
|
||||
consumes.liquid(Liquids.hydrogen, 5f / 60f);
|
||||
|
||||
scaledHealth = 300;
|
||||
range = 390f;
|
||||
|
Loading…
Reference in New Issue
Block a user