Skip to content

Commit

Permalink
wups another issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Jul 30, 2023
1 parent f08643b commit 39cb0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/rogue_legacy/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def event(self) -> bool:
"Progressive Shinobis": RLItemData(ItemClassification.useful, 7, get_shinobis_quantity),
"Progressive Miners": RLItemData(ItemClassification.useful, 8, get_miners_quantity),
"Progressive Liches": RLItemData(ItemClassification.useful, 9, get_liches_quantity),
"Progressive Spellthieves": RLItemData(ItemClassification.useful, 10, get_liches_quantity),
"Progressive Spellthieves": RLItemData(ItemClassification.useful, 10, get_spellthieves_quantity),
"Dragons": RLItemData(ItemClassification.progression, 96, get_dragons_quantity),
"Traitors": RLItemData(ItemClassification.useful, 97, get_traitors_quantity),

Expand Down

0 comments on commit 39cb0b4

Please sign in to comment.