Minor fixes
This commit is contained in:
@@ -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"){{
|
||||
|
||||
Reference in New Issue
Block a user