Skip to content

Commit

Permalink
Updated for Brawlhalla Vivi update
Browse files Browse the repository at this point in the history
compiled versions will be released shortly.
  • Loading branch information
Nick2bad4u committed Apr 11, 2024
1 parent a358f8b commit 2ae8112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def reset_xp(self):
def setup_lobby(self):
# noinspection PyTypeChecker
steps = [self.open_settings] + \
[self.virtual_input.right] * 10 + \
[self.virtual_input.right] * 8 + \
[self.virtual_input.down] * 3 + \
[self.virtual_input.left] * (2 - self.duration) + \
[self.virtual_input.right] * (self.duration - 2) + \
Expand Down
2 changes: 1 addition & 1 deletion characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'teros', 'brynn', 'asuri', 'barraza', 'ember', 'azoth', 'koji', 'ulgrim', 'diana', 'jhala', 'kor', 'wu shang', 'val',
'ragnir', 'cross', 'mirage', 'nix', 'mordex', 'yumiko', 'artemis', 'caspian', 'sidra', 'xull', 'kaya', 'isaiah', 'jiro',
'lin fei', 'zariel', 'rayman', 'dusk', 'fait', 'thor', 'petra', 'vector', 'volkov', 'onyx', 'jaeyun', 'mako', 'magyar', 'reno', 'munin', 'arcadia', 'ezio', 'tezca',
'thea', 'red raptor', 'loki', 'seven']
'thea', 'red raptor', 'loki', 'seven', 'vivi']

level_character_matrix_width = 15
level_character_matrix = list([characters[i:i + level_character_matrix_width] for i in range(0, len(characters), level_character_matrix_width)])
Expand Down

0 comments on commit 2ae8112

Please sign in to comment.