From 9246cb590081042977230194c4424c7da725f4d5 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 28 Jun 2024 23:26:42 +0100 Subject: [PATCH] resize attack check images --- web/chargen.html | 3 ++- web/encounter.html | 6 ++---- web/mentalattack.html | 4 +--- web/mentalattack.js | 2 +- web/rolldice.html | 2 -- 5 files changed, 6 insertions(+), 11 deletions(-) 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