Exception parsing cleanup

This commit is contained in:
Anuken
2020-06-18 18:47:34 -04:00
parent fa2df57021
commit 31708b9af7
10 changed files with 22 additions and 14 deletions

View File

@@ -25,6 +25,9 @@ public class SectorPresets implements ContentList{
alwaysUnlocked = true;
conditionWave = 5;
launchPeriod = 5;
rules = r -> {
r.winWave = 30;
};
}};
saltFlats = new SectorPreset("saltFlats", starter, 101){{