diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-09-02 17:57:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-02 09:57:46 +0200 |
commit | ef3cbaaf39f3076565ac621ba834f71352e5e648 (patch) | |
tree | aba686f272218c884b4a288fe5b4dfad83b315a1 | |
parent | f203490b9467f0e63e8def47b2f063e2ac88fc6f (diff) | |
download | SkyHanni-REPO-ef3cbaaf39f3076565ac621ba834f71352e5e648.tar.gz SkyHanni-REPO-ef3cbaaf39f3076565ac621ba834f71352e5e648.tar.bz2 SkyHanni-REPO-ef3cbaaf39f3076565ac621ba834f71352e5e648.zip |
missed removing an s (#31)
-rw-r--r-- | constants/ArmorDrops.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/ArmorDrops.json b/constants/ArmorDrops.json index aadacb8..c5a4dd6 100644 --- a/constants/ArmorDrops.json +++ b/constants/ArmorDrops.json @@ -18,7 +18,7 @@ ] }, "FERMENTO": { - "armor_types": "SQUASH", + "armor_type": "SQUASH", "chance": [ 0.0, 0.005, |