diff options
| -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", |
