From 2d59bb348a5a131f62af9835d26a8cff0a907003 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:23:37 +0200 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 619fd68..79ecf6b 100644 --- a/index.php +++ b/index.php @@ -711,7 +711,7 @@ // A modifier, that applies the ratio of Enemies to players console.log("encounter_amount = " + encounter_amount); - console.log(party_amount); + console.log("party_amount = " + party_amount); var global_amount_modifier = encounter_amount / party_amount; // What HP Type is used? 1=average 2=rolled 3=max