Skip to content

Commit

Permalink
Fixes #347 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit authored May 19, 2024
1 parent a040c4a commit b117654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/open_samus_returns_rando/specific_patches/door_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def patch_minimap(
# bad special case to force DoorManicMinerBot to doorclosed...
if actor_name == "DoorManicMinerBot":
left_tile_icon.icon = 'doorclosedleft'
# breaks minimap updating when shooting it from the left side but fixes itself after scan or reload
left_tile_icon.actor_name = ''

def patch_actor(
self, new_door: DoorType, scenario_name: str, actor_name: str, scenario: Bmsld,
Expand Down

0 comments on commit b117654

Please sign in to comment.