From b3538e68112c0c326f7459282331b000137446cf Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 16 Apr 2021 02:18:46 -0700
Subject: Add missing blood equpiment drops

---
 vamp_stuff/Modification_Files/Locations/EyeCrypt.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json
index d821f40..1c7af2a 100644
--- a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json
+++ b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json
@@ -391,7 +391,8 @@
         "e": { "item": "trash", "chance": 15 },
         "@": { "item": "camping", "chance": 20 },
         "a": { "item": "archery", "chance": 10 },
-        "m": { "item": "allclothes", "chance": 25 }
+        "m": { "item": "allclothes", "chance": 25 },
+        "$": { "item": "bloodset", "chance": 5 }
       },
       "npcs": { "9": { "class": "VAMP_LONELY_F" } },
       "monster": { "l": { "monster": "mon_insect_leech" }, "L": { "monster": "mon_insect_bigleech" } }
-- 
cgit v1.2.1