From 5687824cd026c38258d00e48192edb6fd3d6a4d3 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 18 Apr 2021 03:06:23 -0700
Subject: Increase quench value from blood and synth blood

---
 vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Items')

diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index c2fdbcc..2a2d994 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -10,7 +10,7 @@
     "container": "flask_glass",
     "comestible_type": "DRINK",
     "symbol": "~",
-    "quench": 20,
+    "quench": 30,
     "healthy": 4,
     "calories": 300,
     "description": "Blood, possibly that of a human.  Disgusting!",
@@ -154,7 +154,7 @@
     "container": "flask_glass",
     "comestible_type": "DRINK",
     "symbol": "~",
-    "quench": 10,
+    "quench": 15,
     "healthy": 2,
     "calories": 150,
     "description": "Synthetic blood, not possibly that of a human.  Still disgusting!",
-- 
cgit v1.2.1