mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
LADX: Fix useless item being marked as progression (#1700)
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user