From 68090ffb322dde30477106230597c55a78196c55 Mon Sep 17 00:00:00 2001 From: tyam Date: Thu, 12 Dec 2024 20:15:26 -0600 Subject: [PATCH] Update kaimei.py (#91) * Update kaimei.py Fix two typos "stated" to "started" * Update kaimei.py oops another one usaneko -> peace --- bemani/backend/popn/kaimei.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bemani/backend/popn/kaimei.py b/bemani/backend/popn/kaimei.py index a756fc2..48d0686 100644 --- a/bemani/backend/popn/kaimei.py +++ b/bemani/backend/popn/kaimei.py @@ -47,7 +47,7 @@ class PopnMusicKaimei(PopnMusicModernBase): "category": "game_config", "setting": "music_phase", "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 23: "No music unlocks", 24: "Phase 1", @@ -149,7 +149,7 @@ class PopnMusicKaimei(PopnMusicModernBase): "category": "game_config", "setting": "peace_soundtrack", "values": { - 0: "Not stated", + 0: "Not started", 1: "Active", 2: "Ended", }, @@ -160,7 +160,7 @@ class PopnMusicKaimei(PopnMusicModernBase): "category": "game_config", "setting": "tanteisha_joshu", "values": { - 0: "Not stated", + 0: "Not started", 1: "Active", 2: "Ended", },