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