summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/battle/Battle/Lang/English.elm')
-rw-r--r--src/shared/battle/Battle/Lang/English.elm5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/battle/Battle/Lang/English.elm b/src/shared/battle/Battle/Lang/English.elm
index d8b0254..228fb73 100644
--- a/src/shared/battle/Battle/Lang/English.elm
+++ b/src/shared/battle/Battle/Lang/English.elm
@@ -315,9 +315,6 @@ get_damage_type_help : (
)
get_damage_type_help cat =
case cat of
- Battle.Struct.DamageType.Base ->
- ((base), (base_help))
-
Battle.Struct.DamageType.Slash ->
((slash), (slash_help))
@@ -326,5 +323,3 @@ get_damage_type_help cat =
Battle.Struct.DamageType.Pierce ->
((pierce), (pierce_help))
-
- _ -> ("None Damage", (Html.div [] [(Html.text "Should not appear.")]))