Adding management of actions and strikes

This commit is contained in:
kyamsil
2021-08-03 00:42:26 +01:00
parent e8df118ce1
commit 2fd5f81891
3 changed files with 19 additions and 16 deletions

View File

@@ -221,11 +221,6 @@ export class TokenHelper{
return this.system.getResilience(token)
}
// /* PF2E */
// getStrikes(token) {
// return this.system.getStrikes(token);
// }
/**
* Conditions
*/