diff options
| author | gerzytet <gerzytet@gmail.com> | 2023-10-30 06:54:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 10:54:21 +0000 |
| commit | 76a7cc8a5babde147f4f0f67f8cec4b2996c539f (patch) | |
| tree | 17b702a9dea8c84020caeee75183801d99df2998 | |
| parent | 415ca351d358de9bcc7014303841ccc467bd1fe3 (diff) | |
| download | NotEnoughUpdates-REPO-76a7cc8a5babde147f4f0f67f8cec4b2996c539f.tar.gz NotEnoughUpdates-REPO-76a7cc8a5babde147f4f0f67f8cec4b2996c539f.tar.bz2 NotEnoughUpdates-REPO-76a7cc8a5babde147f4f0f67f8cec4b2996c539f.zip | |
Fix fear mongerer price of intimidation artifact (#1021)
| -rw-r--r-- | items/FEAR_MONGERER_NPC.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |
