mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
Update 6.8
This commit is contained in:
@@ -9,9 +9,13 @@ def select_game_mode
|
||||
|
||||
commands = []
|
||||
commands << cmd_mode_classic
|
||||
commands << cmd_mode_remix
|
||||
commands << cmd_mode_random
|
||||
commands << cmd_mode_legendary if $Trainer.new_game_plus_unlocked
|
||||
commands << cmd_mode_remix if Settings::KANTO
|
||||
if Settings::KANTO
|
||||
commands << cmd_mode_random
|
||||
else
|
||||
commands << cmd_mode_random if $Trainer.new_game_plus_unlocked
|
||||
end
|
||||
commands << cmd_mode_legendary if Settings::KANTO && $Trainer.new_game_plus_unlocked
|
||||
echoln $Trainer.new_game_plus_unlocked
|
||||
commands_choose_mode = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user