diff --git a/web/chargen.html b/web/chargen.html index 71226ad..227a121 100644 --- a/web/chargen.html +++ b/web/chargen.html @@ -6,8 +6,9 @@ -

Gamma World Character Generator

+

Generate A Character

+
diff --git a/web/mentalattack.html b/web/mentalattack.html index 2f2b869..567285b 100644 --- a/web/mentalattack.html +++ b/web/mentalattack.html @@ -8,9 +8,7 @@ -

Mental Attack Roll!

- -

Set Mental Strength Values, and Press Attack!

+

Attempt A Mental Attack

diff --git a/web/mentalattack.js b/web/mentalattack.js index 368546a..2bddb44 100644 --- a/web/mentalattack.js +++ b/web/mentalattack.js @@ -45,7 +45,7 @@ window.onload = function () { html += `

${outcomeText}

`; // adding img tag let outcomeImage = 'img/' + outcomeText.replace(' ', '%20') + '.png'; - html += `` + html += `` resultsDiv.innerHTML = html; } diff --git a/web/rolldice.html b/web/rolldice.html index dcc1f4b..d5e8c41 100644 --- a/web/rolldice.html +++ b/web/rolldice.html @@ -8,8 +8,6 @@ -

Gamma World Die Roller

-

Roll Dice