mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-17 05:43:32 -07:00
add filler item name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user