lttp: move open pyramid to new options system (#762)

This commit is contained in:
alwaysintreble
2022-07-14 02:39:53 -05:00
committed by GitHub
parent c806366469
commit 122590fc68
6 changed files with 32 additions and 19 deletions

View File

@@ -47,7 +47,6 @@ def main(args, seed=None, baked_server_options: Optional[Dict[str, object]] = No
world.item_functionality = args.item_functionality.copy()
world.timer = args.timer.copy()
world.goal = args.goal.copy()
world.open_pyramid = args.open_pyramid.copy()
world.boss_shuffle = args.shufflebosses.copy()
world.enemy_health = args.enemy_health.copy()
world.enemy_damage = args.enemy_damage.copy()