Merge branch 'master' of https://github.com/Anuken/Mindustry into crux-floor
This commit is contained in:
@@ -2386,7 +2386,6 @@ public class Blocks{
|
||||
requirements(Category.power, with(Items.copper, 2, Items.lead, 6));
|
||||
maxNodes = 10;
|
||||
laserRange = 6;
|
||||
buildCostMultiplier = 2.5f;
|
||||
}};
|
||||
|
||||
powerNodeLarge = new PowerNode("power-node-large"){{
|
||||
|
||||
@@ -1267,6 +1267,7 @@ public class UnitTypes{
|
||||
engineOffset = 5.7f;
|
||||
range = 50f;
|
||||
isEnemy = false;
|
||||
controlSelectGlobal = false;
|
||||
|
||||
ammoType = new PowerAmmoType(500);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user