From af366d17ab1463913c5a4e1ea4427512718a34e8 Mon Sep 17 00:00:00 2001 From: Psithief Date: Mon, 16 Sep 2024 22:03:58 +0800 Subject: [PATCH] Fix bad revert (#76477) Fix player_display: false where it shouldn't be. This was added in #69591 with seasonal mutations and should have been removed when the rest of those changes were removed. --- data/json/mutations/mutations.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 790766a5eb5d4..1a35dcef31a03 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -3707,8 +3707,7 @@ "cancels": [ "SMELLY", "SMELLY2" ], "threshreq": [ "THRESH_PLANT", "THRESH_ELFA" ], "category": [ "PLANT", "ELFA" ], - "social_modifiers": { "lie": 15, "persuade": 10 }, - "player_display": false + "social_modifiers": { "lie": 15, "persuade": 10 } }, { "type": "mutation",