Skip to content

Commit

Permalink
Merge branch 'nonlocal_items' into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
lilDavid committed Aug 24, 2024
2 parents bb7bc6d + 1306b1d commit e95fa72
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 63 deletions.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def fill_slot_data(self) -> Dict[str, Any]:
"heatruns": self.options.heatruns_lavadives.value,
"walljump_logic": self.options.walljumps_in_logic.value,
"tricky_shinesparks": self.options.tricky_shinesparks.value,
"death_link": self.options.death_link.value
"death_link": self.options.death_link.value,
"remote_items": self.options.remote_items.value,
}

def get_filler_item_name(self) -> str:
Expand Down
Loading

0 comments on commit e95fa72

Please sign in to comment.