Skip to content

Commit

Permalink
fixed 1000g item not being in the key items pool for Undertale
Browse files Browse the repository at this point in the history
  • Loading branch information
jonloveslegos committed Jun 14, 2024
1 parent 6f6d6b9 commit e3a7ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/undertale/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class UndertaleItem(Item):
non_key_items = {
"Butterscotch Pie": 1,
"500G": 2,
"1000G": 2,
"Face Steak": 1,
"Snowman Piece": 1,
"Instant Noodles": 1,
Expand Down Expand Up @@ -147,6 +146,7 @@ class UndertaleItem(Item):
key_items = {
"Complete Skeleton": 1,
"Fish": 1,
"1000G": 2,
"DT Extractor": 1,
"Mettaton Plush": 1,
"Punch Card": 3,
Expand Down

0 comments on commit e3a7ee5

Please sign in to comment.