Closes Anuken/Mindustry-Suggestions/issues/5821
This commit is contained in:
@@ -346,6 +346,7 @@ public class Blocks{
|
|||||||
|
|
||||||
charr = new Floor("char"){{
|
charr = new Floor("char"){{
|
||||||
blendGroup = stone;
|
blendGroup = stone;
|
||||||
|
attributes.set(Attribute.water, -0.25f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
basalt = new Floor("basalt"){{
|
basalt = new Floor("basalt"){{
|
||||||
@@ -5867,7 +5868,7 @@ public class Blocks{
|
|||||||
pierceCap = 2;
|
pierceCap = 2;
|
||||||
optimalLifeFract = 1f;
|
optimalLifeFract = 1f;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
intervalBullets = 1;
|
intervalBullets = 1;
|
||||||
fragSpread = fragRandomSpread = intervalRandomSpread = 0f;
|
fragSpread = fragRandomSpread = intervalRandomSpread = 0f;
|
||||||
bulletInterval = 20f;
|
bulletInterval = 20f;
|
||||||
|
|||||||
Reference in New Issue
Block a user