Skip to content

Commit

Permalink
correctly update scan for blue doors
Browse files Browse the repository at this point in the history
  • Loading branch information
duncathan committed Jun 23, 2023
1 parent 2ad0384 commit e08200d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/open_prime_rando/echoes/dock_lock_rando/dock_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def patch_door(self, editor: PatcherEditor, world_name: str, area_name: str, doc
door_props.shell_color = self.shell_color
if self.scan_text is not None:
door_props.alt_scannable.scannable_info0 = self.get_patched_scan(editor, world_name, area_name)
else:
door_props.alt_scannable.scannable_info0 = 0xFFFFFFFF

for pak in self.get_paks(editor, world_name, area_name):
editor.ensure_present(pak, shell_model)
Expand Down

0 comments on commit e08200d

Please sign in to comment.