Skip to content

Commit 38a2fb9

Browse files
committed
fix: battle modifier values are lowercase
1 parent accdd30 commit 38a2fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coc/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def in_game_name(self) -> str:
9797

9898
class BattleModifier(ExtendedEnum):
9999
"""Enum to map the type of battle modifiers."""
100-
none = "None"
100+
none = "none"
101101
hard_mode = "hardMode"
102102

103103
@property

0 commit comments

Comments
 (0)