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