Update index.php

This commit is contained in:
James 2022-09-30 10:20:01 +02:00
parent be9d644c06
commit 3eb3eb1d0e
1 changed files with 1 additions and 1 deletions

View File

@ -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;