展前冒死重构
This commit is contained in:
@@ -576,7 +576,8 @@ public class settlementController : MonoBehaviour
|
||||
}
|
||||
|
||||
targetPmScore = sm.allSum_pmScore;
|
||||
targetIdolScore = sm.allSum_idolScore;
|
||||
int levelRuleScoreBonus = LevelRuleController.ConsumePendingSettlementScoreBonus();
|
||||
targetIdolScore = sm.allSum_idolScore + levelRuleScoreBonus;
|
||||
targetTotalScore = targetPmScore + targetIdolScore;
|
||||
targetTotalPercent = (float)targetTotalScore / Mathf.Max(1, _1000000) * 100f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user