From 78b243ef15b4e2698e8cb7b4a9455880b7f207e9 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Tue, 27 Sep 2022 09:36:47 +0200 Subject: [PATCH] Update index.php --- index.php | 3 +++ 1 file changed, 3 insertions(+) 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"); });