From b80d0c2ba8938ae245e1ef721523e9c6fad60401 Mon Sep 17 00:00:00 2001 From: DukePaulAtreid3s <146854355+DukePaulAtreid3s@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:39:42 -0400 Subject: [PATCH] There are no capital letters in IDs --- data/json/monsterdrops/clothing_halloween.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/monsterdrops/clothing_halloween.json b/data/json/monsterdrops/clothing_halloween.json index d6f4f0cb28ab3..84e3a92a51345 100644 --- a/data/json/monsterdrops/clothing_halloween.json +++ b/data/json/monsterdrops/clothing_halloween.json @@ -1082,7 +1082,7 @@ "entries": [ { "collection": [ - { "item": "hat_ball", "variant": "hat_FBI", "prob": 95, "damage": [ 1, 4 ] }, + { "item": "hat_ball", "variant": "hat_fbi", "prob": 95, "damage": [ 1, 4 ] }, { "item": "jacket_windbreaker", "variant": "windbreaker_fbi", "damage": [ 1, 4 ] }, { "item": "tie_clipon", "prob": 70, "damage": [ 1, 4 ] }, { "item": "sunglasses", "prob": 70, "damage": [ 1, 4 ] },