From 3eb3eb1d0edf80661f27d85476e4b4ef8751846d Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:20:01 +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 319e3fb..85b1d8c 100644 --- a/index.php +++ b/index.php @@ -710,7 +710,7 @@ // A modifier, that applies the ratio of Enemies to players - console.log(encounter_amount); + console.log("encounter_amount = " + encounter_amount); console.log(party_amount); var global_amount_modifier = encounter_amount / party_amount;