🐞 fix(辜月集会): 修改失败不在扣除次数、不再给失败奖励
This commit is contained in:
@@ -74,7 +74,7 @@ export class NovemberData extends ActivityBase {
|
||||
for (const data of playerData.records) {
|
||||
let { todayIndex, isSuccess, hasPass } = data;
|
||||
if (todayIndex == this.todayIndex && isSuccess) this.todayPlayCnt++;
|
||||
if (hasPass) this.playCnt++;
|
||||
if (isSuccess) this.playCnt++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user