Unit control improvements / Larger max map size
This commit is contained in:
@@ -2822,7 +2822,7 @@ public class UnitTypes{
|
||||
velocityRnd = 0.1f;
|
||||
heatColor = Color.red;
|
||||
|
||||
for(int i = 0; i < 6; i++){
|
||||
for(int i = 0; i < 5; i++){
|
||||
int fi = i;
|
||||
parts.add(new RegionPart("-blade"){{
|
||||
under = true;
|
||||
|
||||
Reference in New Issue
Block a user