Force unlock all monoliths

This commit is contained in:
Melledy
2025-11-03 06:06:09 -08:00
parent c3e57c1195
commit f478105e58

View File

@@ -566,6 +566,11 @@ public class Player implements GameDatabaseObject {
proto.addHandbook(this.getCharacters().getCharacterHandbook());
proto.addHandbook(this.getCharacters().getDiscHandbook());
// Force unlock all monoliths
for (var towerData : GameData.getStarTowerDataTable()) {
proto.addRglPassedIds(towerData.getId());
}
// Extra
proto.getMutableVampireSurvivorRecord()
.getMutableSeason();