Remove debug stuff

This commit is contained in:
Scipio Wright
2024-06-15 17:17:57 -04:00
parent bdde992c25
commit a76d9f8a57

View File

@@ -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,