forked from public/foundryvtt-reve-de-dragon
Fix montée TMR
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# 13.0
|
# 13.0
|
||||||
|
|
||||||
|
## 13.0.9 - Le combat d'Illysis
|
||||||
|
- Fix
|
||||||
|
- La montée en TMR fonctionne
|
||||||
|
|
||||||
## 13.0.8 - Le renouveau d'Illysis
|
## 13.0.8 - Le renouveau d'Illysis
|
||||||
|
|
||||||
- Fix Foundry V13
|
- Fix Foundry V13
|
||||||
|
@@ -108,7 +108,7 @@ export class StatusEffects extends FormApplication {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static prepareActiveEffect(effectId) {
|
static prepareActiveEffect(effectId) {
|
||||||
const status = rddStatusEffects.find(it => it.id == effectId)
|
let status = rddStatusEffects.find(it => it.id == effectId)
|
||||||
if (status) {
|
if (status) {
|
||||||
status = foundry.utils.duplicate(status)
|
status = foundry.utils.duplicate(status)
|
||||||
status.statuses = new Set([effectId])
|
status.statuses = new Set([effectId])
|
||||||
|
Reference in New Issue
Block a user