diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-04 20:56:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 19:56:45 +0000 |
| commit | 68ee119966dabb803712b4ce6997a598eadae60c (patch) | |
| tree | 709a2400cf6d2e736546a2868381d29c9858588b /items | |
| parent | 1d2eae725a245eef891087b40264ffd384ef6517 (diff) | |
| download | NotEnoughUpdates-REPO-68ee119966dabb803712b4ce6997a598eadae60c.tar.gz NotEnoughUpdates-REPO-68ee119966dabb803712b4ce6997a598eadae60c.tar.bz2 NotEnoughUpdates-REPO-68ee119966dabb803712b4ce6997a598eadae60c.zip | |
fix: Fear Mongerer Recipe (#1652)
Diffstat (limited to 'items')
| -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 4c434452..21b82038 100644 --- a/items/FEAR_MONGERER_NPC.json +++ b/items/FEAR_MONGERER_NPC.json @@ -32,7 +32,7 @@ "cost": [ "GREEN_CANDY:1" ], - "result": "SPIRIT" + "result": "POTION_SPIRIT;1" }, { "type": "npc_shop", @@ -46,7 +46,7 @@ "cost": [ "GREEN_CANDY:10" ], - "result": "MAGIC_FIND" + "result": "POTION_MAGIC_FIND;1" }, { "type": "npc_shop", |
