Fix montée TMR

This commit is contained in:
2025-09-21 00:11:35 +02:00
parent de2c636064
commit 607eedc6d2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# 13.0
## 13.0.9 - Le combat d'Illysis
- Fix
- La montée en TMR fonctionne
## 13.0.8 - Le renouveau d'Illysis
- Fix Foundry V13

View File

@@ -108,7 +108,7 @@ export class StatusEffects extends FormApplication {
}
static prepareActiveEffect(effectId) {
const status = rddStatusEffects.find(it => it.id == effectId)
let status = rddStatusEffects.find(it => it.id == effectId)
if (status) {
status = foundry.utils.duplicate(status)
status.statuses = new Set([effectId])