Add fastrom disable option

This commit is contained in:
cassidoxa
2023-08-26 20:31:02 -04:00
parent aaaa7b9239
commit e4e0a9f5a1
5 changed files with 11 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ class World(object):
self.lamps_needed_for_dark_rooms = 1
self.pseudoboots = {player: False for player in range(1, players + 1)}
self.item_counter_hud = {player: False for player in range(1, players + 1)}
self.fastrom = True
def intialize_regions(self):
for region in self.regions: