diff --git a/Axolotl-with-a-Gun/axolotl.mjs b/Axolotl-with-a-Gun/axolotl.mjs index 2b15fb9..72e706d 100644 --- a/Axolotl-with-a-Gun/axolotl.mjs +++ b/Axolotl-with-a-Gun/axolotl.mjs @@ -72,7 +72,7 @@ async function rollDice() { let successType = `Normal`; if (successes >= 8) { - content += `
POP OFF
Add one to your gun stat and gain 1 additional Momentum!`; + content += `
POP OFF
Add one to your Gun stat and gain 1 additional Momentum!`; successType = `Popped Off`; } else if (successes === 0) {