from totem to vermine - v0.0.12
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
}
|
||||
|
||||
export const getRollBox = async function(data) {
|
||||
let html = await renderTemplate('systems/totem/templates/roll.hbs', data);
|
||||
let html = await renderTemplate('systems/vermine2047/templates/roll.hbs', data);
|
||||
let ui = new Dialog({
|
||||
title: game.i18n.localize("TOTEM.roll_tool"),
|
||||
title: game.i18n.localize("VERMINE.roll_tool"),
|
||||
content: html,
|
||||
buttons: {
|
||||
roll: {
|
||||
label: game.i18n.localize('TOTEM.roll_dice'),
|
||||
label: game.i18n.localize('VERMINE.roll_dice'),
|
||||
callback: (html) => {
|
||||
let form = html.find('#dice-pool-form');
|
||||
if (!form[0].checkValidity()) {
|
||||
@@ -88,7 +88,7 @@
|
||||
if (formData.helped !== undefined && formData.helped == 1){
|
||||
NoD += 1;
|
||||
}
|
||||
return game.totem.TotemRoll.roll(data.actorId, data.label, NoD, Reroll, data);
|
||||
return game.vermine2047.VermineRoll.roll(data.actorId, data.label, NoD, Reroll, data);
|
||||
}
|
||||
},
|
||||
close: {
|
||||
|
||||
Reference in New Issue
Block a user