mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 08:43:20 -07:00
Remove debug stuff
This commit is contained in:
@@ -363,13 +363,6 @@ class TunicWorld(World):
|
||||
hint_data[self.player][location.address] = hint_text
|
||||
|
||||
def fill_slot_data(self) -> Dict[str, Any]:
|
||||
# todo: remove this
|
||||
# if self.player_name == "Player22":
|
||||
# import Utils
|
||||
# state = self.multiworld.get_all_state(False)
|
||||
# state.update_reachable_regions(self.player)
|
||||
# Utils.visualize_regions(self.multiworld.get_region("Menu", self.player), "tunctest.puml",
|
||||
# show_entrance_names=True, highlight_regions=state.reachable_regions[self.player])
|
||||
slot_data: Dict[str, Any] = {
|
||||
"seed": self.random.randint(0, 2147483647),
|
||||
"start_with_sword": self.options.start_with_sword.value,
|
||||
|
||||
Reference in New Issue
Block a user