From c2b085df86a25894cec7e74ed26520a9093408e4 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 17 Jun 2025 00:30:40 -0600 Subject: [PATCH] Capitalize Gun --- Axolotl-with-a-Gun/axolotl.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {