Skip to content

Commit

Permalink
Update worlds/mlss/Items.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
jamesbrq and Exempt-Medic authored Sep 2, 2024
1 parent 78e5aa3 commit e40fc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class MLSSItem(Item):
"Hoo Bean": 100,
"Chuckle Bean": 200,
"Hammers": 3,
"Victory": 0
"Victory": 0,
}

item_table: typing.Dict[str, ItemData] = {item.itemName: item for item in itemList}
Expand Down

0 comments on commit e40fc8c

Please sign in to comment.