Fix batle dome streak thresholds (#9257)

This commit is contained in:
FosterProgramming 2026-02-19 14:21:36 +01:00 committed by GitHub
parent 3494d6b064
commit eb68d746e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ const struct FrontierBrain gFrontierBrainInfo[NUM_FRONTIER_FACILITIES] =
COMPOUND_STRING("My DOME ACE title isn't just for show!") //Gold COMPOUND_STRING("My DOME ACE title isn't just for show!") //Gold
}, },
.battledBit = {1 << 2, 1 << 3}, .battledBit = {1 << 2, 1 << 3},
.streakAppearances = {1, 2, 5, 0}, .streakAppearances = {4, 9, 5, 0},
}, },
[FRONTIER_FACILITY_PALACE] = [FRONTIER_FACILITY_PALACE] =
{ {