From 256f3e8b76188af026313206f2686bb61d2a886a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 21:07:14 -0700 Subject: Fix hyper-metabolism to not involve calories --- mutations.json | 10 ++-------- 1 file 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", -- cgit v1.2.1