Skip to content

Commit

Permalink
fixed "add dice" roller.
Browse files Browse the repository at this point in the history
  • Loading branch information
QckSilverDragon committed Dec 14, 2024
1 parent 828b7b4 commit 1d8004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/roller/DialogD6.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class DialogD6 extends Dialog {
dialogData.actor = actor;

let html;
if (weapon) {
if (weapon && !falloutRoll) {
html = await renderTemplate("systems/fallout/templates/dialogs/dialogd6.hbs", dialogData);
}
else {
Expand Down

0 comments on commit 1d8004f

Please sign in to comment.