Update index.php

This commit is contained in:
James 2022-09-27 09:40:47 +02:00
parent 4e8d44644e
commit 4704b671f1
1 changed files with 2 additions and 2 deletions

View File

@ -193,9 +193,9 @@
<span class="card-title">Basics</span>
<div class="card black">
<div class="card-content white-text">
<span class="card-title">Amount</span>
<span class="card-title">Amount (EXPERIMENTAL)</span>
<span>How many bad guys? Anything above 1 will enforce average calculations</span><br>
<b class="red-text">CHANGING THIS WILL RESET THE HP CALCULATION</b>
<b class="red-text">Changing this will reset the HP and Damage calculations and deactivate dice rolled HP.</b>
<div class="input-field s3">
<input placeholder="How many eggs for a cake?" onchange="setMobs()" id="mob_ammount" min="1" type="number" class="white-text validate" />
</div>