This commit is contained in:
谦君
2026-01-23 01:28:57 +08:00
parent bd6c474913
commit 1fc807915f
21 changed files with 295 additions and 128 deletions

View File

@@ -364,7 +364,8 @@ export const claimQuestRewards = (
}
if (rewards.points) {
player.points += rewards.points
// 奖励积分存入 bonusPoints不会被 calculatePlayerPoints 覆盖
player.bonusPoints = (player.bonusPoints || 0) + rewards.points
}
if (rewards.ships && currentPlanet) {