1
0
Fork 0

wacca: enable time play

This commit is contained in:
Hay1tsme 2023-04-20 02:27:09 -04:00
parent 241f29e29c
commit 00b127361b
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ class WaccaReverse(WaccaLilyR):
PlayModeCounts(self.season, 4, profile["playcount_stageup"])
)
# For some fucking reason if this isn't here time play is disabled
resp.seasonalPlayModeCounts.append(PlayModeCounts(0, 1, 1))
for opt in profile_options:
resp.options.append(UserOption(opt["opt_id"], opt["value"]))