1
0
mirror of synced 2024-11-23 22:10:59 +01:00

fix love saving condition

This commit is contained in:
Shinrin Ouja Moriking 2024-04-02 02:10:41 -06:00
parent cd587b19c3
commit 3c34f1d8a1

View File

@ -174,7 +174,7 @@ class HelloPopnMusic(
for achievement in achievements:
if achievement.type == 'toki_love' and achievement.id == chara:
love = int(achievement.data["love"])
if love > 5:
if love < 5:
self.data.local.user.put_achievement(
self.game,
self.version,