diff --git a/index.php b/index.php index e13215e..83ef48c 100644 --- a/index.php +++ b/index.php @@ -291,6 +291,7 @@
+ Max Damage What's the max ammount of damage the enemy can deal?
@@ -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"); });