Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 2ae8112

Browse files
committed
Updated for Brawlhalla Vivi update
compiled versions will be released shortly.
1 parent a358f8b commit 2ae8112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def reset_xp(self):
516516
def setup_lobby(self):
517517
# noinspection PyTypeChecker
518518
steps = [self.open_settings] + \
519-
[self.virtual_input.right] * 10 + \
519+
[self.virtual_input.right] * 8 + \
520520
[self.virtual_input.down] * 3 + \
521521
[self.virtual_input.left] * (2 - self.duration) + \
522522
[self.virtual_input.right] * (self.duration - 2) + \

characters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'teros', 'brynn', 'asuri', 'barraza', 'ember', 'azoth', 'koji', 'ulgrim', 'diana', 'jhala', 'kor', 'wu shang', 'val',
55
'ragnir', 'cross', 'mirage', 'nix', 'mordex', 'yumiko', 'artemis', 'caspian', 'sidra', 'xull', 'kaya', 'isaiah', 'jiro',
66
'lin fei', 'zariel', 'rayman', 'dusk', 'fait', 'thor', 'petra', 'vector', 'volkov', 'onyx', 'jaeyun', 'mako', 'magyar', 'reno', 'munin', 'arcadia', 'ezio', 'tezca',
7-
'thea', 'red raptor', 'loki', 'seven']
7+
'thea', 'red raptor', 'loki', 'seven', 'vivi']
88

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

0 commit comments

Comments
 (0)