summaryrefslogtreecommitdiff
path: root/npc/017-8/utils.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-8/utils.txt')
-rw-r--r--npc/017-8/utils.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/017-8/utils.txt b/npc/017-8/utils.txt
index ae77217eb..eab10357d 100644
--- a/npc/017-8/utils.txt
+++ b/npc/017-8/utils.txt
@@ -83,7 +83,12 @@ OnInit:
017-8,29,24,0 script Cauldron#RES_0178 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: