forked from GitHub-Mirrors/foundry-sw5e
General Cleanup
CSS - Removed unnecessary units on 0 values - Replaced invalid css values (such as line-height default) with valid equivalents Templates - Added missing closing tags - Fixed incorrect closing tags - Removed unnecessary closing tags
This commit is contained in:
parent
d0e0dda2b3
commit
92bf020cdf
23 changed files with 272 additions and 279 deletions
|
@ -641,8 +641,7 @@ export default class Actor5e extends Actor {
|
|||
knownTechPowers++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
}
|
||||
}
|
||||
ad.attributes.force.known.value = knownForcePowers;
|
||||
ad.attributes.tech.known.value = knownTechPowers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue