generated from incremental-social/The-Modding-Tree
Push back rank unlock
This commit is contained in:
parent
0ba046a84b
commit
e3eeebc48e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ addLayer("p", {
|
||||||
["bar", "deltaRank"],
|
["bar", "deltaRank"],
|
||||||
["bar", "epsilonRank"]
|
["bar", "epsilonRank"]
|
||||||
],
|
],
|
||||||
unlocked() { return getAlphaLevel().gte(15) }
|
unlocked() { return getAlphaLevel().gte(18) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue