Onset 4 waves

This commit is contained in:
Anuken 2022-01-23 14:41:58 -05:00
parent 4497f7ab3a
commit b281f29f01
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -114,7 +114,7 @@ public class SectorPresets{
onset = new SectorPreset("onset", erekir, 10){{ onset = new SectorPreset("onset", erekir, 10){{
addStartingItems = true; addStartingItems = true;
captureWave = 10; captureWave = 4;
difficulty = 1; difficulty = 1;
}}; }};