mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-12 20:34:36 +01:00
Force unlock all monoliths
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user