diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-10-10 03:54:43 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 16:54:43 +0000 |
| commit | 0442488ba2128e85a6e1640834fdaad6e10d494a (patch) | |
| tree | 29347cae1f9d2686c89d55702ab2294090fee9cf /constants | |
| parent | 1be515c8fc7262104c91407858fbfd40ebc6d2bf (diff) | |
| download | NotEnoughUpdates-REPO-0442488ba2128e85a6e1640834fdaad6e10d494a.tar.gz NotEnoughUpdates-REPO-0442488ba2128e85a6e1640834fdaad6e10d494a.tar.bz2 NotEnoughUpdates-REPO-0442488ba2128e85a6e1640834fdaad6e10d494a.zip | |
fix scatha magic find (#1398)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/petnums.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3561d2ca..36be0fb0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4795,7 +4795,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } }, @@ -4817,7 +4817,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } }, @@ -4841,7 +4841,7 @@ ], "statNums": { "MINING_SPEED": 125, - "MINING_FORTUNE": 135 + "MINING_FORTUNE": 125 } } } |
