Skip to content
Snippets Groups Projects
Commit cfc73bc4 authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Changed attack type to default in Batl HLDI

parent 93b33fe3
No related branches found
No related tags found
Loading
Pipeline #
...@@ -40,8 +40,9 @@ class BatlPadFile(PadFile): ...@@ -40,8 +40,9 @@ class BatlPadFile(PadFile):
self.f = f self.f = f
if f.is_attack(): if f.is_attack():
attack = BATL_CONFIG[f.type_id] # attack = BATL_CONFIG[f.type_id]
attack_type = '{} : {}'.format(attack['name'], attack['pai'][f.pai_id]) # attack_type = '{} : {}'.format(attack['name'], attack['pai'][f.pai_id])
attack_type = 'attack'
else: else:
attack_type = None attack_type = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment