there's no sbr YET
This commit is contained in:
parent
96f09cf4bb
commit
afb99a2c6f
1 changed files with 3 additions and 2 deletions
|
|
@ -2677,8 +2677,8 @@ def user_command_executor(command):
|
|||
rank_up()
|
||||
elif command == 'lrpan':
|
||||
lr_pan()
|
||||
elif command == 'sbr':
|
||||
superbattleroad()
|
||||
# elif command == 'sbr':
|
||||
# superbattleroad()
|
||||
elif command == 'bossrush':
|
||||
bossrush()
|
||||
elif command == 'omegafarm':
|
||||
|
|
@ -2768,6 +2768,7 @@ def user_command_executor(command):
|
|||
else:
|
||||
print('Command not found.')
|
||||
####################################################################
|
||||
#Oh, it's work in progress!
|
||||
|
||||
|
||||
def superbattleroad():
|
||||
|
|
|
|||
Loading…
Reference in a new issue