added support for fate and wounds.

This commit is contained in:
Lyle hayhurst
2021-06-02 23:50:12 -05:00
parent 63bda666b5
commit 87a031ae44
5 changed files with 59 additions and 2 deletions

View File

@@ -186,6 +186,12 @@ export class TokenHelper{
return this.system.getProficiency(token);
}
/* WFRP 4E */
getFate(token) {
return this.system.getFate(token)
}
/**
* Conditions
*/