From 067f7291e6cec61c369b2726b9745146437702c3 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Fri, 30 Sep 2022 09:49:12 +0200 Subject: [PATCH] Update index.php --- index.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index 3d61b11..e62a05e 100644 --- a/index.php +++ b/index.php @@ -478,15 +478,6 @@ -
-
-
-
Calculation for nerds -

This is where the calculation stats would be, IF I HAD ONE.

-
-
-
-
@@ -798,10 +789,12 @@ var encounter_dmgtype_points = 0; $.each($("input[name='dmgtype']:checked"), function() { encounter_dmgtype_points++; + console.log("dmgtype_points = "dmgtype_points); //selected_dmgtypes.push($(this).val()); }); $.each($("input[name='dmgtype']"), function() { encounter_dmgtype_possibilities++; + console.log("encounter_dmgtype_possibilities = "encounter_dmgtype_possibilities); }); var encounter_dmgtype_score = (20 - encounter_dmgtype_possibilities) + encounter_dmgtype_points * global_amount_modifier;