Fix mod
This commit is contained in:
@@ -111,7 +111,7 @@ export class PegasusCommands {
|
||||
async poolRoll( msg) {
|
||||
let rollData = {
|
||||
rollId:randomID(16),
|
||||
alias: "Generic Roll",
|
||||
alias: "Dice Pool Roll",
|
||||
rollMode: game.settings.get("core", "rollMode"),
|
||||
optionsDiceList: PegasusUtility.getOptionsDiceList(),
|
||||
statDicesLevel: 0,
|
||||
@@ -121,7 +121,7 @@ export class PegasusCommands {
|
||||
otherDicesLevel: 0,
|
||||
}
|
||||
rollData.mode = "generic"
|
||||
rollData.title = `Generic Pool Roll`;
|
||||
rollData.title = `Dice Pool Roll`;
|
||||
let rollDialog = await PegasusRollDialog.create( this, rollData);
|
||||
rollDialog.render( true );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user