Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Aug 1, 2023
1 parent 76d46d9 commit 0b8ce36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/plot_simple_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -3293,9 +3293,10 @@ def get_actor_name_for_node(node: dict) -> str:
return node["extra"][variable]


def decode_world(root: Path, target_level: str, out_path: Path, only_update_existing_areas: bool = True,
skip_existing_actors: bool = True): # ruff: noqa: C901

def decode_world( # noqa: C901
root: Path, target_level: str, out_path: Path, only_update_existing_areas: bool = True,
skip_existing_actors: bool = True
):
global pickup_index, bmscc, brsa, brfld, brfld_path
all_names = dread_data.all_asset_id_to_name()
game = Game.DREAD
Expand Down

0 comments on commit 0b8ce36

Please sign in to comment.