mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix Ocean of Souls research node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user