Correct typos in output
This commit is contained in:
parent
03a24fefc3
commit
557431235b
8 changed files with 10 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue