mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 15:19:24 +07:00
Misc minor bugfixes
at 4 AM
This commit is contained in:
parent
5ae204dd22
commit
687d0b4f00
Binary file not shown.
@ -132,7 +132,7 @@ public class SectorPresets{
|
||||
}};
|
||||
|
||||
split = new SectorPreset("split", erekir, 19){{ //TODO random sector, pick a better one
|
||||
difficulty = 5;
|
||||
difficulty = 2;
|
||||
}};
|
||||
|
||||
basin = new SectorPreset("basin", erekir, 29){{
|
||||
|
@ -29,6 +29,7 @@ public class BurstDrill extends Drill{
|
||||
|
||||
//does not drill in the traditional sense, so this is not even used
|
||||
hardnessDrillMultiplier = 0f;
|
||||
liquidBoostIntensity = 1f;
|
||||
//generally at center
|
||||
drillEffectRnd = 0f;
|
||||
drillEffect = Fx.shockwave;
|
||||
|
Loading…
Reference in New Issue
Block a user