Sync fiche

This commit is contained in:
LeRatierBretonnien 2024-01-02 18:43:42 +01:00
parent 94caf4040b
commit 623044c936
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export class StatusEffects extends FormApplication {
if (statusDemiSurprise.intersects(effect.statuses)) {
return 1
}
if (isCombat && effect.statuses.includes(STATUSES.StatusDemiReve)) {
if (isCombat && effect.statuses.find(e => e == STATUSES.StatusDemiReve)) {
return 1
}
return 0