狗屎Minimax坏我代码

This commit is contained in:
SoulliesOfficial
2026-04-18 13:57:19 -04:00
parent 41140a2017
commit 7379583165
473 changed files with 34480 additions and 8069 deletions

View File

@@ -34,6 +34,11 @@ namespace Cielonos.MainGame.Characters.Inventory
{
if (upgradeMode == UpgradeMode.ManualList)
{
if (valueList.Count == 0)
{
return defaultUpgradeValue * level;
}
if (level < valueList.Count)
{
return valueList[level];