1
0
mirror of synced 2025-02-19 12:16:20 +01:00

Update kaimei.py (#91)

* Update kaimei.py

Fix two typos "stated" to "started"

* Update kaimei.py

oops another one usaneko -> peace
This commit is contained in:
tyam 2024-12-12 20:15:26 -06:00 committed by GitHub
parent 3e00faefde
commit 68090ffb32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ class PopnMusicKaimei(PopnMusicModernBase):
"category": "game_config", "category": "game_config",
"setting": "music_phase", "setting": "music_phase",
"values": { "values": {
# The value goes to 30 now, but it starts where usaneko left off at 23 # The value goes to 30 now, but it starts where peace left off at 23
# Unlocks a total of 10 songs # Unlocks a total of 10 songs
23: "No music unlocks", 23: "No music unlocks",
24: "Phase 1", 24: "Phase 1",
@ -149,7 +149,7 @@ class PopnMusicKaimei(PopnMusicModernBase):
"category": "game_config", "category": "game_config",
"setting": "peace_soundtrack", "setting": "peace_soundtrack",
"values": { "values": {
0: "Not stated", 0: "Not started",
1: "Active", 1: "Active",
2: "Ended", 2: "Ended",
}, },
@ -160,7 +160,7 @@ class PopnMusicKaimei(PopnMusicModernBase):
"category": "game_config", "category": "game_config",
"setting": "tanteisha_joshu", "setting": "tanteisha_joshu",
"values": { "values": {
0: "Not stated", 0: "Not started",
1: "Active", 1: "Active",
2: "Ended", 2: "Ended",
}, },