Merge branch 'touhat-patch' into atree
This commit is contained in:
commit
392bad62a5
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ const atree_render_active = new (class extends ComputeNode {
|
|||
const level = parseInt(input_map.get('level'));
|
||||
const active_AP_cap = document.getElementById('active_AP_cap');
|
||||
let AP_cap;
|
||||
if (isNan(level)) {
|
||||
if (isNaN(level)) {
|
||||
AP_cap = 45;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue