Skip to content

Commit

Permalink
Fix logic bug with frigate crash site to deck gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
hesto2 committed Jun 21, 2024
1 parent 164e26e commit db16cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/TallonOverworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class TallonOverworldAreaData(AreaData):
0: DoorData(RoomName.Waterfall_Cavern, defaultLock=DoorLockType.Missile, rule_func=can_missile),
1: DoorData(RoomName.Cargo_Freight_Lift_to_Deck_Gamma, defaultLock=DoorLockType.Ice,
rule_func=can_crashed_frigate,
tricks=[Tricks.frigate_crash_site_slope_jump],
exclude_from_rando=True
),
2: DoorData(RoomName.Overgrown_Cavern, defaultLock=DoorLockType.Ice,
Expand Down

0 comments on commit db16cac

Please sign in to comment.