Merge pull request #96 from hppeng-wynn/atree-abil-hotfix
Atree abil hotfix
This commit is contained in:
commit
8cf46eb230
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ const atree_validate = new (class extends ComputeNode {
|
|||
if ('archetype_req' in ability && ability.archetype_req !== 0) {
|
||||
const others = archetype_count.get(ability.archetype);
|
||||
if (others < ability.archetype_req) {
|
||||
_add.push([node, abil.archetype+': '+others+' < '+abil.archetype_req, false])
|
||||
_add.push([node, ability.archetype+': '+others+' < '+ability.archetype_req, false])
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue