From 0064bbae453399ce406facbd281b9e3bb03397db Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:47:19 +0100 Subject: Added Zombie Brain Mixin Recipe (#1095) --- items/BARTENDER_NPC.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/items/BARTENDER_NPC.json b/items/BARTENDER_NPC.json index a3402d06..29ce3b0f 100644 --- a/items/BARTENDER_NPC.json +++ b/items/BARTENDER_NPC.json @@ -85,6 +85,13 @@ ], "result": "SPIDER_EGG_MIXIN" }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "ZOMBIE_BRAIN_MIXIN" + }, { "type": "npc_shop", "cost": [ @@ -100,4 +107,4 @@ "result": "GABAGOEY_MIXIN" } ] -} \ No newline at end of file +} -- cgit