Options for amount of time given in timer modes

(Primarily to make Timed OHKO a viable multiworld and/or mystery option,
but also works with other timer modes as well)
This commit is contained in:
Kaito Sinclaire
2020-10-28 16:20:59 -07:00
parent b1fe3d3e7b
commit 41a58084f1
9 changed files with 238 additions and 47 deletions

View File

@@ -72,6 +72,10 @@ def main(args, seed=None):
world.tile_shuffle = args.tile_shuffle.copy()
world.beemizer = args.beemizer.copy()
world.timer = args.timer.copy()
world.countdown_start_time = args.countdown_start_time.copy()
world.red_clock_time = args.red_clock_time.copy()
world.blue_clock_time = args.blue_clock_time.copy()
world.green_clock_time = args.green_clock_time.copy()
world.shufflepots = args.shufflepots.copy()
world.progressive = args.progressive.copy()
world.dungeon_counters = args.dungeon_counters.copy()