Minor fixes

This commit is contained in:
Anuken
2022-04-28 12:21:19 -04:00
parent ee23886666
commit e92e307431
3 changed files with 12 additions and 4 deletions

View File

@@ -1591,7 +1591,7 @@ public class Blocks{
requirements(Category.defense, with(Items.beryllium, 6));
health = 130 * wallHealthMultiplier;
armor = 2f;
buildCostMultiplier = 6.5f;
buildCostMultiplier = 8f;
}};
berylliumWallLarge = new Wall("beryllium-wall-large"){{
@@ -1606,7 +1606,7 @@ public class Blocks{
requirements(Category.defense, with(Items.tungsten, 6));
health = 180 * wallHealthMultiplier;
armor = 14f;
buildCostMultiplier = 6.5f;
buildCostMultiplier = 8f;
}};
tungstenWallLarge = new Wall("tungsten-wall-large"){{