Update CSS/Look & feel
This commit is contained in:
@@ -16,15 +16,12 @@ export class MournbladeCYD2RollDialog {
|
||||
difficulte: String(rollData.difficulte || 0),
|
||||
img: actor.img,
|
||||
name: actor.name,
|
||||
config: game.system.mournbladecyd2.config
|
||||
config: game.system.mournbladecyd2.config,
|
||||
attributs: game.system.mournbladecyd2.config.attributs,
|
||||
};
|
||||
|
||||
if (rollData.attrKey === "tochoose") {
|
||||
context.selectableAttributes = actor.system.attributs;
|
||||
}
|
||||
|
||||
const content = await foundry.applications.handlebars.renderTemplate(
|
||||
"systems/fvtt-mournblade-cyd2/templates/roll-dialog-generic.hbs",
|
||||
"systems/fvtt-mournblade-cyd-2-0/templates/roll-dialog-generic.hbs",
|
||||
context
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user