Add a config option to unlock all story CGs

This commit is contained in:
Melledy
2025-12-15 07:12:49 -08:00
parent f439b25f2a
commit ee5d759a98
5 changed files with 65 additions and 4 deletions

View File

@@ -970,6 +970,7 @@ public class Player implements GameDatabaseObject {
// Handbook
proto.addHandbook(this.getCharacters().getCharacterHandbook());
proto.addHandbook(this.getCharacters().getDiscHandbook());
proto.addHandbook(this.getStoryManager().getCgHandbook());
// Phone
var phone = proto.getMutablePhone();