diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/BARTENDER_NPC.json | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ -90,6 +90,13 @@ "cost": [ "SKYBLOCK_COIN:150000" ], + "result": "ZOMBIE_BRAIN_MIXIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], "result": "END_PORTAL_FUMES_MIXIN" }, { @@ -100,4 +107,4 @@ "result": "GABAGOEY_MIXIN" } ] -}
\ No newline at end of file +} |