Added the --shufflelinks option
Moved bunny spawn to experimental Baserom bugfixes
This commit is contained in:
3
Main.py
3
Main.py
@@ -27,7 +27,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
|
||||
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
|
||||
from Utils import output_path, parse_player_names
|
||||
|
||||
__version__ = '0.4.0.3-u'
|
||||
__version__ = '0.4.0.4-u'
|
||||
|
||||
|
||||
class EnemizerError(RuntimeError):
|
||||
@@ -89,6 +89,7 @@ def main(args, seed=None, fish=None):
|
||||
world.standardize_palettes = args.standardize_palettes.copy()
|
||||
world.treasure_hunt_count = args.triforce_goal.copy()
|
||||
world.treasure_hunt_total = args.triforce_pool.copy()
|
||||
world.shufflelinks = args.shufflelinks.copy()
|
||||
|
||||
world.rom_seeds = {player: random.randint(0, 999999999) for player in range(1, world.players + 1)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user