Fix Ocean of Souls research node

This commit is contained in:
Melledy
2025-12-13 00:26:19 -08:00
parent 588522df88
commit ab1f84e8db
2 changed files with 10 additions and 10 deletions
@@ -39,7 +39,7 @@ public class PotentialDef extends BaseDef {
public int getMaxLevel(StarTowerGame game) {
// Check if regular potential
if (this.BranchType == 3) {
return this.MaxLevel + game.getModifiers().getBonusMaxPotentialLevel();
return this.MaxLevel + game.getModifiers().getExtraMaxPotentialLevel();
}
// Special potential should always have a max level of 1