mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Update to latest Rom and add writing support for timed modes and treasure hunt.
This commit is contained in:
@@ -28,6 +28,11 @@ class World(object):
|
||||
self.sewer_light_cone = mode == 'standard'
|
||||
self.light_world_light_cone = False
|
||||
self.dark_world_light_cone = False
|
||||
self.treasure_hunt_count = 0
|
||||
self.treasure_hunt_icon = 'Power Star'
|
||||
self.clock_mode = 'off'
|
||||
self.aga_randomness = 'off'
|
||||
self.lock_aga_door_in_escape = False
|
||||
|
||||
def get_region(self, regionname):
|
||||
if isinstance(regionname, Region):
|
||||
|
Reference in New Issue
Block a user