From 1ce9d581e7328c7fece81c0963475f7fc39cfe72 Mon Sep 17 00:00:00 2001 From: James <9213561+Gensokian@users.noreply.github.com> Date: Tue, 27 Sep 2022 09:27:08 +0200 Subject: [PATCH] Update index.php --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 9f50848..8f0db00 100644 --- a/index.php +++ b/index.php @@ -261,8 +261,8 @@
Damage kind Are we using Max, Rolled or Average Damage?
- - + +
@@ -1066,7 +1066,7 @@ $("#mob_dmg_dice_type").val(""); $("#mob_dmg_max").val(""); break; - case "averages": + case "average": $("#DMG_max_card").hide("fast"); $("#DMG_hitdice_card").hide("fast"); $("#DMG_average_card").show("fast");