Add an indicator into the macro that specifies what upgrades the gun has in that roll

This commit is contained in:
Oliver-Akins 2025-06-17 00:52:25 -06:00
parent 4ff1f60a76
commit 0cabf0e326
9 changed files with 9 additions and 9 deletions

View file

@ -118,7 +118,7 @@ async function rollDice() {
const chatData = ChatMessage.applyRollMode(
{
flavor: `(Gun: Glock)`,
flavor: `(Gun: Glock <sub>(Type: Steady)</sub>)`,
content,
},
rollMode,

View file

@ -117,7 +117,7 @@ async function rollDice() {
const chatData = ChatMessage.applyRollMode(
{
flavor: `(Gun: Glock)`,
flavor: `(Gun: Glock <sub>(Type: Base)</sub>)`,
content,
},
rollMode,