mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: implement first version of ItemLinks
This commit is contained in:
@@ -404,6 +404,9 @@ class ALTTPWorld(World):
|
||||
fill_locations.remove(spot_to_fill) # very slow, unfortunately
|
||||
trash_count -= 1
|
||||
|
||||
def get_filler_item_name(self) -> str:
|
||||
return "Rupees (5)" # temporary
|
||||
|
||||
|
||||
def get_same_seed(world, seed_def: tuple) -> str:
|
||||
seeds: typing.Dict[tuple, str] = getattr(world, "__named_seeds", {})
|
||||
|
Reference in New Issue
Block a user