将基础升级选项数量调整为三选一
This commit is contained in:
@@ -1012,7 +1012,7 @@ static void FillUpgradeOptions()
|
||||
}
|
||||
}
|
||||
|
||||
int optionLimit = (rogueStats.destinyWheelLevel > 0) ? 5 : 4;
|
||||
int optionLimit = (rogueStats.destinyWheelLevel > 0) ? 5 : 3;
|
||||
int optionCount = selectableCount < optionLimit ? selectableCount : optionLimit;
|
||||
upgradeUiState.optionCount = optionCount;
|
||||
upgradeUiState.selectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user