aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 21:07:14 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 21:07:14 -0700
commit256f3e8b76188af026313206f2686bb61d2a886a (patch)
tree4e7a7c71c5b80275dda07ebfb8e20ea1c117d2a4
parentRemove obsolete CHOP flag (diff)
downloadcataclysm-bn-mod_battle-maid-redone-256f3e8b76188af026313206f2686bb61d2a886a.tar.xz
Fix hyper-metabolism to not involve calories
-rw-r--r--mutations.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/mutations.json b/mutations.json
index ad8c7eb..1345bc0 100644
--- a/mutations.json
+++ b/mutations.json
@@ -220,19 +220,13 @@
"id": "EATHEALTH",
"name": { "str": "Hyper-Metabolism" },
"points": 15,
- "description": "Your particular metabolism allows you to burn calories at a prodigious rate to regenerate tissues in a matter of minutes, this is however a very wasteful process. Activate to start healing.",
+ "description": "You metabolize nutrients so rapidly that you can convert food directly into useful tissue. Excess nutrition will convert to HP, rather than being wasted. Activate to skip prompt for overeating.",
"prereqs": [ "HUNGER3" ],
"types": [ "METABOLISM" ],
"threshreq": [ "THRESH_CHIMERA", "THRESH_SHOGGOTH" ],
"category": [ "CHIMERA", "SHOGGOTH" ],
"valid": false,
- "active": true,
- "transform": {
- "target": "EATHEALTH_active",
- "msg_transform": "Your hyper-metabolism starts burning up calories.",
- "active": true,
- "moves": 0
- }
+ "active": true
},
{
"type": "mutation",