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()
|
rank_up()
|
||||||
elif command == 'lrpan':
|
elif command == 'lrpan':
|
||||||
lr_pan()
|
lr_pan()
|
||||||
elif command == 'sbr':
|
# elif command == 'sbr':
|
||||||
superbattleroad()
|
# superbattleroad()
|
||||||
elif command == 'bossrush':
|
elif command == 'bossrush':
|
||||||
bossrush()
|
bossrush()
|
||||||
elif command == 'omegafarm':
|
elif command == 'omegafarm':
|
||||||
|
|
@ -2768,6 +2768,7 @@ def user_command_executor(command):
|
||||||
else:
|
else:
|
||||||
print('Command not found.')
|
print('Command not found.')
|
||||||
####################################################################
|
####################################################################
|
||||||
|
#Oh, it's work in progress!
|
||||||
|
|
||||||
|
|
||||||
def superbattleroad():
|
def superbattleroad():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue