Sync fiche
This commit is contained in:
parent
94caf4040b
commit
623044c936
@ -70,7 +70,7 @@ export class StatusEffects extends FormApplication {
|
|||||||
if (statusDemiSurprise.intersects(effect.statuses)) {
|
if (statusDemiSurprise.intersects(effect.statuses)) {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
if (isCombat && effect.statuses.includes(STATUSES.StatusDemiReve)) {
|
if (isCombat && effect.statuses.find(e => e == STATUSES.StatusDemiReve)) {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user