-Added PoW Name Tables compendium

-Fixed roll for RollTable not showing the text
This commit is contained in:
Vlyan
2021-06-26 16:22:49 +02:00
parent d54d8343a2
commit 78068da433
5 changed files with 22 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ export class RollL5r5e extends Roll {
// Define chat data
const chatData = {
formula: isPrivate ? "???" : this._formula,
flavor: isPrivate ? null : chatOptions.flavor,
flavor: isPrivate ? null : chatOptions.flavor || this.options.flavor,
user: chatOptions.user,
isPublicRoll: !isPrivate,
tooltip: isPrivate ? "" : await this.getTooltip({ from: "render" }),