mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
1.6.5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user