Added prompt for loading legacy research data
This commit is contained in:
@@ -422,7 +422,7 @@ public class TechTree implements ContentList{
|
||||
|
||||
node(additiveReconstructor, Seq.with(new SectorComplete(biomassFacility)), () -> {
|
||||
node(multiplicativeReconstructor, () -> {
|
||||
node(exponentialReconstructor, () -> {
|
||||
node(exponentialReconstructor, Seq.with(new SectorComplete(overgrowth)), () -> {
|
||||
node(tetrativeReconstructor, () -> {
|
||||
|
||||
});
|
||||
|
||||
@@ -1349,7 +1349,7 @@ public class UnitTypes implements ContentList{
|
||||
collides = false;
|
||||
|
||||
healPercent = 15f;
|
||||
splashDamage = 240f;
|
||||
splashDamage = 230f;
|
||||
splashDamageRadius = 120f;
|
||||
}};
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user