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

@@ -336,6 +336,9 @@ class SoEWorld(World):
payload = multidata["connect_names"][self.world.player_name[self.player]]
multidata["connect_names"][self.connect_name] = payload
def get_filler_item_name(self) -> str:
return self.world.random.choice(list(self.item_name_groups["Ingredients"]))
class SoEItem(Item):
game: str = "Secret of Evermore"