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");