From 1f57ddba5d5cad747f2f0ecd17fc78fc02a131d2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:33:07 +0100 Subject: Added recipe to Bart and Fann, fixed lore of draconic and tara and fixed texture (#1070) * Added recipe to Bart and Fann, fixed lore of draconic and tara and fixed texture * Oops --- items/BARTENDER_NPC.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'items/BARTENDER_NPC.json') diff --git a/items/BARTENDER_NPC.json b/items/BARTENDER_NPC.json index a3402d06..94d0fd9f 100644 --- a/items/BARTENDER_NPC.json +++ b/items/BARTENDER_NPC.json @@ -98,6 +98,13 @@ "SKYBLOCK_COIN:150000" ], "result": "GABAGOEY_MIXIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "MUSHED_MUSHROOM_MIXIN:1" } ] } \ No newline at end of file -- cgit