diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-08 16:12:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 16:12:10 +1100 |
commit | fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f (patch) | |
tree | 2c05f9469b4bb9d3176e308963544c2c9c2a06cf | |
parent | a248e61565d70bf0094bfb45285e6761cf2bdca4 (diff) | |
parent | 5d01809a2d04a31e1dff2c6a63d50350eac424c3 (diff) | |
download | NotEnoughUpdates-REPO-fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f.tar.gz NotEnoughUpdates-REPO-fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f.tar.bz2 NotEnoughUpdates-REPO-fcaae9f8f7ff42dcd42c2ec6fddd7ef64f46299f.zip |
Merge pull request #297 from RobotHanzo/patch-1
Fixed JSON standard violations
-rw-r--r-- | constants/petnums.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 1100926f..93c72a33 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3214,7 +3214,7 @@ "100": { "otherNums": [ 10.0, - 10.0, + 10.0 ], "statNums": { "CRIT_CHANCE": 10.0, @@ -4119,4 +4119,4 @@ "interp": "1:70" } } -}
\ No newline at end of file +} |