Capitalize Gun
This commit is contained in:
parent
92e0706dbc
commit
c2b085df86
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ async function rollDice() {
|
||||||
|
|
||||||
let successType = `Normal`;
|
let successType = `Normal`;
|
||||||
if (successes >= 8) {
|
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 Gun stat and gain 1 additional Momentum!`;
|
||||||
successType = `Popped Off`;
|
successType = `Popped Off`;
|
||||||
}
|
}
|
||||||
else if (successes === 0) {
|
else if (successes === 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue