there's no sbr YET

This commit is contained in:
Pawel Orzech 2019-08-15 10:27:29 +01:00
parent 96f09cf4bb
commit afb99a2c6f

View file

@ -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():