Skip to content

Commit

Permalink
Fix extra 0 in level for gunpowder in retro mode (#4701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Dec 30, 2021
1 parent 4016049 commit c92ae16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/treasures.yml
Expand Up @@ -16,7 +16,7 @@ Excavation:
Drop_Chance: 10.0
Level_Requirement:
Standard_Mode: 10
Retro_Mode: 1000
Retro_Mode: 100
Drops_From: [Gravel]
BONE:
Amount: 1
Expand Down Expand Up @@ -246,4 +246,4 @@ Hylian_Luck:
Level_Requirement:
Standard_Mode: 0
Retro_Mode: 0
Drops_From: [Pots]
Drops_From: [Pots]

0 comments on commit c92ae16

Please sign in to comment.