Correct typos in output

This commit is contained in:
Oliver-Akins 2025-06-17 00:30:23 -06:00
parent 03a24fefc3
commit 557431235b
8 changed files with 10 additions and 10 deletions

View file

@ -76,7 +76,7 @@ async function rollDice() {
let successType = `Normal`;
if (successes >= 8) {
content += `<div style="${notifStyle} ${greenNotif}">POP OFF</div> Add one to your gun stat and gain 1 additional Momentum!`;
content += `<div style="${notifStyle} ${greenNotif}">POP OFF</div> Add one to your Axolotl stat and gain 1 additional Momentum!`;
successType = `Popped Off`;
}
else if (successes === 0) {