Update index.php

This commit is contained in:
James 2022-09-27 09:36:47 +02:00
parent 58097084b8
commit 78b243ef15
1 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,7 @@
</div>
<div id="DMG_max_card" class="card black">
<div class="card-content white-text">
<span class="card-title">Max Damage</span>
<span>What's the max ammount of damage the enemy can deal?</span>
<div class="input-field s1">
<input placeholder="x times the hit dieces' sides." id="mob_dmg_max" min="1" type="number" class="white-text validate" />
@ -944,6 +945,8 @@
$(".collapsible").collapsible();
$("#HP_max_card").hide();
$("#HP_hitdice_card").hide();
$("#DMG_max_card").hide();
$("#DMG_average_card").hide();
$("#dmg_hitdice").hide();
$("#mob_multiattack_card").hide("fast");
});