added support for fate and wounds.
This commit is contained in:
@@ -186,6 +186,12 @@ export class TokenHelper{
|
||||
return this.system.getProficiency(token);
|
||||
}
|
||||
|
||||
/* WFRP 4E */
|
||||
getFate(token) {
|
||||
return this.system.getFate(token)
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Conditions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user