forked from public/foundryvtt-reve-de-dragon
Pas mal de bugfixes
This commit is contained in:
@ -33,10 +33,12 @@ export class RdDItemCompetenceCreature extends Item {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static isCompetenceAttaque(item) {
|
||||
return item.type == 'competencecreature' && item.data.iscombat;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static isCompetenceParade(item) {
|
||||
return item.type == 'competencecreature' && item.data.isparade;
|
||||
}
|
||||
|
Reference in New Issue
Block a user