From 76a7cc8a5babde147f4f0f67f8cec4b2996c539f Mon Sep 17 00:00:00 2001 From: gerzytet Date: Mon, 30 Oct 2023 06:54:21 -0400 Subject: Fix fear mongerer price of intimidation artifact (#1021) --- items/FEAR_MONGERER_NPC.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/FEAR_MONGERER_NPC.json b/items/FEAR_MONGERER_NPC.json index a2e156af..4c434452 100644 --- a/items/FEAR_MONGERER_NPC.json +++ b/items/FEAR_MONGERER_NPC.json @@ -142,7 +142,7 @@ "type": "npc_shop", "cost": [ "INTIMIDATION_RING:1", - "PURPLE_CANDY:64" + "PURPLE_CANDY:100" ], "result": "INTIMIDATION_ARTIFACT" }, @@ -177,4 +177,4 @@ "result": "ECHOLOCATOR" } ] -} \ No newline at end of file +} -- cgit