From f732e13142de69d80de16aba768dfa0df435ee5b Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sat, 10 Sep 2022 18:57:24 -0700
Subject: Update pain recovery mutation for latest source changes.

---
 vamp_stuff/Modification_Files/Mutation/mutations.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Mutation')

diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json
index 93b4c3a..d1af40b 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations.json
@@ -21,10 +21,11 @@
     "type": "mutation",
     "id": "PAINREC3",
     "name": { "str": "Very Quick Pain Recovery" },
-    "points": 8,
+    "points": 3,
     "description": "You recover from pain much faster than normal.",
     "prereqs": [ "PAINREC2" ],
-    "category": [ "MEDICAL", "VAMP" ]
+    "category": [ "MEDICAL", "VAMP" ],
+    "pain_recovery": 1.0
   },
   {
     "type": "mutation",
-- 
cgit v1.2.1