v3.3.0: fixed 2 champs spawning on f1 with recent change

This commit is contained in:
Evan Debenham
2025-10-30 12:53:11 -04:00
parent 658f29fb5b
commit 43328191cd

View File

@@ -233,7 +233,7 @@ public class Dungeon {
initialVersion = version = Game.versionCode;
challenges = SPDSettings.challenges();
mobsToChampion = -1;
mobsToChampion = 1;
Actor.clear();
Actor.resetNextID();