add filler item name

This commit is contained in:
spinerak
2024-09-10 16:26:19 +02:00
parent 16266054ad
commit 7a5a3f801a

View File

@@ -467,6 +467,9 @@ class YachtDiceWorld(World):
connection.connect(board) connection.connect(board)
self.multiworld.regions += [menu, board] self.multiworld.regions += [menu, board]
def get_filler_item_name(self) -> str:
return "Good RNG"
def set_rules(self): def set_rules(self):
""" """
set rules per location, and add the rule for beating the game set rules per location, and add the rule for beating the game