From 26c223b9c6f6fec2eebe6969e18c8e660f2993b0 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 26 May 2024 00:42:04 -0500 Subject: [PATCH] Remove Robust Genetics Robust Genetics no longer makes sense in Alpha. In fact I would argue that Alpha needs a mutation that makes it harder to get non alpha mutations. Tier 1 Alpha mutation that is most likely your first mutation to get in Alpha and a post thresh version that randomly removes non-alpha mutations once a month. --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 9e9477acb5868..e1f34361993fe 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1203,7 +1203,7 @@ "description": "Your genome has rapidly adapted to the Cataclysm and can handle the strain of mutation better. Taking different kinds of mutagen won't result in more defective mutations than normal.", "starting_trait": true, "cancels": [ "CHAOTIC_BAD" ], - "category": [ "FISH", "SLIME", "ALPHA", "MEDICAL", "PLANT" ] + "category": [ "FISH", "SLIME", "MEDICAL", "PLANT" ] }, { "type": "mutation",