From 00b127361b35a301e1817d7a00760f5f35c0b9ac Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Thu, 20 Apr 2023 02:27:09 -0400 Subject: [PATCH] wacca: enable time play --- titles/wacca/reverse.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/titles/wacca/reverse.py b/titles/wacca/reverse.py index f32b0c4..ef14ecb 100644 --- a/titles/wacca/reverse.py +++ b/titles/wacca/reverse.py @@ -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"]))