forked from Dniel97/artemis
wacca: added play mode counter for time free
This commit is contained in:
parent
a30967e8d7
commit
190c41e03e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user