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"]))