From 2032d681bfd4f7671a74fc54b9f310de91a98978 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Mar 2019 21:34:05 -0300 Subject: Fix the remaining houses - Alchemy System is implemented (but no recipes yet) --- npc/017-7/utils.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/017-7/utils.txt') diff --git a/npc/017-7/utils.txt b/npc/017-7/utils.txt index 2266836f8..0e8275b41 100644 --- a/npc/017-7/utils.txt +++ b/npc/017-7/utils.txt @@ -83,7 +83,12 @@ OnInit: 017-7,29,24,0 script Cauldron#RES_0177 NPC_NO_SPRITE,{ - npctalk l("Alchemy system Not Yet Implemented - Blame Jesusalva"); + mesc l("What will you brew today?"); + if (AlchemySystem(CRAFT_PLAYER)) + mesc l("Success!"), 3; + else + mesc l("That didn't work!"), 1; + close; end; OnInit: -- cgit v1.2.3-60-g2f50