Implement get_filler_item_name for various games (#451)

This commit is contained in:
Alchav
2022-05-19 09:37:26 -04:00
committed by GitHub
parent e6e44b8747
commit dbf0458575
10 changed files with 44 additions and 2 deletions

View File

@@ -104,6 +104,9 @@ class SM64World(World):
self.world.get_location("THI: Bob-omb Buddy", self.player).place_locked_item(self.create_item("Cannon Unlock THI"))
self.world.get_location("RR: Bob-omb Buddy", self.player).place_locked_item(self.create_item("Cannon Unlock RR"))
def get_filler_item_name(self) -> str:
return "1Up Mushroom"
def fill_slot_data(self):
return {
"AreaRando": self.area_connections,