LADX: Fix useless item being marked as progression (#1700)

This commit is contained in:
zig-for 2023-04-14 21:48:05 -07:00 committed by GitHub
parent 02ef6cee47
commit d8f79b4a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ links_awakening_items = [
ItemData(ItemName.RUPEES_200, "RUPEES_200", ItemClassification.progression_skip_balancing),
ItemData(ItemName.RUPEES_500, "RUPEES_500", ItemClassification.progression_skip_balancing),
ItemData(ItemName.SEASHELL, "SEASHELL", ItemClassification.progression_skip_balancing),
ItemData(ItemName.MESSAGE, "MESSAGE", ItemClassification.progression),
ItemData(ItemName.MESSAGE, "MESSAGE", ItemClassification.filler),
ItemData(ItemName.GEL, "GEL", ItemClassification.trap),
ItemData(ItemName.BOOMERANG, "BOOMERANG", ItemClassification.progression),
ItemData(ItemName.HEART_PIECE, "HEART_PIECE", ItemClassification.filler),