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