Update index.php

This commit is contained in:
James 2022-09-30 10:23:37 +02:00
parent bebff21e7f
commit 2d59bb348a
1 changed files with 1 additions and 1 deletions

View File

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