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;