From 672bbbeabe316839eb1fe8260db7683a1df57800 Mon Sep 17 00:00:00 2001 From: Dillon Matchett Date: Thu, 16 Mar 2023 10:38:46 -0300 Subject: [PATCH] remove two wrong lines (#64295) --- data/json/enchantments.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/json/enchantments.json b/data/json/enchantments.json index 2d1df6395bcd7..db98d04c27a15 100644 --- a/data/json/enchantments.json +++ b/data/json/enchantments.json @@ -80,7 +80,6 @@ "description": "You are wearing equipment that gives 10 strength.", "has": "WORN", "condition": "ACTIVE", - "mutations": [ "mut_exo_strength" ], "values": [ { "value": "STRENGTH", "add": 10 } ] }, { @@ -90,7 +89,6 @@ "description": "You are wearing equipment that muffles your footsteps.", "has": "WORN", "condition": "ACTIVE", - "mutations": [ "mut_exo_strength" ], "values": [ { "value": "FOOTSTEP_NOISE", "multiply": -0.67 } ] } ]