Add aga_randomness to exposed settings

This commit is contained in:
Cody Bailey
2023-11-19 17:32:45 -05:00
committed by codemann8
parent 6edc295951
commit 7c5a5f39fe
7 changed files with 12 additions and 3 deletions

View File

@@ -64,7 +64,6 @@ class World(object):
self.dark_world_light_cone = False
self.clock_mode = 'none'
self.rupoor_cost = 10
self.aga_randomness = True
self.lock_aga_door_in_escape = False
self.save_and_quit_from_boss = True
self.override_bomb_check = False
@@ -171,6 +170,7 @@ class World(object):
set_player_attr('door_type_mode', 'original')
set_player_attr('trap_door_mode', 'optional')
set_player_attr('key_logic_algorithm', 'partial')
set_player_attr('aga_randomness', True)
set_player_attr('shopsanity', False)
set_player_attr('mixed_travel', 'prevent')