diff --git a/pyproject.toml b/pyproject.toml index cf3a36f4..1af68a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Deadbot" -version = "1.11.1" +version = "1.11.2" description = "Bot that lives to serve deadlock.wiki" readme = "README.md" authors=[] diff --git a/src/parser/maps.py b/src/parser/maps.py index 7a135a04..74f814db 100644 --- a/src/parser/maps.py +++ b/src/parser/maps.py @@ -161,6 +161,8 @@ def get_bound_abilities(value): LOCALIZATION_OVERRIDE_MAP = { + 'AbilitYCharges': 'AbilityCharges', + 'ArcaneSurgeWindow': 'AbilityDuration', 'MaxChargeDuration': 'SpeedBoostDuration', 'MinDPS': 'MinDps', }