1
0
Fork 0

wacca: added play mode counter for time free

This commit is contained in:
Hay1tsme 2023-04-21 10:51:30 -04:00
parent a30967e8d7
commit 190c41e03e
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ class WaccaReverse(WaccaLilyR):
resp.seasonalPlayModeCounts.append(
PlayModeCounts(self.season, 4, profile["playcount_stageup"])
)
resp.seasonalPlayModeCounts.append(
PlayModeCounts(self.season, 5, profile["playcount_time_free"])
)
# For some fucking reason if this isn't here time play is disabled
resp.seasonalPlayModeCounts.append(PlayModeCounts(0, 1, 1))