mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-19 16:57:15 +07:00
Higher range for large power node
This commit is contained in:
parent
d6539b267c
commit
3b083cf7e1
@ -2241,7 +2241,7 @@ public class Blocks{
|
||||
requirements(Category.power, with(Items.titanium, 5, Items.lead, 10, Items.silicon, 3));
|
||||
size = 2;
|
||||
maxNodes = 15;
|
||||
laserRange = 9.5f;
|
||||
laserRange = 15f;
|
||||
}};
|
||||
|
||||
surgeTower = new PowerNode("surge-tower"){{
|
||||
|
Loading…
Reference in New Issue
Block a user