Skip to content

Commit e7b6105

Browse files
committed
refactor, tests still pass~!
1 parent 4ece954 commit e7b6105

File tree

2 files changed

+120
-256
lines changed

2 files changed

+120
-256
lines changed

Motely/MotelyRunState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static MotelyRunState()
1515
public int VoucherBitfield;
1616
public bool ShowmanActive;
1717

18-
public int[]? BossLocked;
18+
public HashSet<MotelyBossBlind>? UsedBosses;
1919
public int LastProcessedBossAnte;
2020
public MotelySinglePrngStream BossPrngStream; // Persistent PRNG stream for boss generation
2121

0 commit comments

Comments
 (0)