forked from public/foundryvtt-reve-de-dragon
@ -2125,7 +2125,7 @@ export class RdDActor extends Actor {
|
||||
xp: carac.xp
|
||||
}
|
||||
if (display) {
|
||||
ChatUtility.createChatMessage(this.name, "default", {
|
||||
ChatUtility.createChatWithRollMode(this.name, {
|
||||
content: await renderTemplate(`systems/foundryvtt-reve-de-dragon/templates/chat-actor-carac-xp.html`, checkXp)
|
||||
});
|
||||
}
|
||||
@ -2156,7 +2156,7 @@ export class RdDActor extends Actor {
|
||||
archetypeWarning: newCompData.data.niveau > compData.data.niveau_archetype
|
||||
}
|
||||
if (display) {
|
||||
ChatUtility.createChatMessage(this.name, "default", {
|
||||
ChatUtility.createChatWithRollMode(this.name, {
|
||||
content: await renderTemplate(`systems/foundryvtt-reve-de-dragon/templates/chat-actor-competence-xp.html`, checkXp)
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user