v1.3.0: fixed generator deck choice not being determined by seed
This commit is contained in:
@@ -200,6 +200,8 @@ public class Dungeon {
|
||||
SpecialRoom.initForRun();
|
||||
SecretRoom.initForRun();
|
||||
|
||||
Generator.fullReset();
|
||||
|
||||
Random.resetGenerators();
|
||||
|
||||
Statistics.reset();
|
||||
@@ -224,7 +226,6 @@ public class Dungeon {
|
||||
Blacksmith.Quest.reset();
|
||||
Imp.Quest.reset();
|
||||
|
||||
Generator.fullReset();
|
||||
hero = new Hero();
|
||||
hero.live();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user