10.5.0 #604

Merged
uberwald merged 14 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2023-01-08 09:49:45 +01:00
Showing only changes of commit b3c6845e68 - Show all commits

View File

@ -351,7 +351,7 @@ export class RdDCalendrier extends Application {
ChatMessage.create({ content: `${actor.name} souffre d'un mal inconnu (${maladie.type}): vérifiez que les effets ne se sont pas aggravés !` });
}
let itemMaladie = actor.getItem(maladie.id)
itemMaladie.postItem('gmroll');
itemMaladie.postItemToChat('gmroll');
}
}
}