From b2ec357e68a1b2e692f1c1081c4cc4f11682576a Mon Sep 17 00:00:00 2001 From: Fate Date: Wed, 7 Jan 2009 15:10:18 -0700 Subject: Misc. fixes, added most of Wyara --- npc/011-1_Woodland/auldsbel.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/011-1_Woodland/auldsbel.txt') diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt index 31bd7811..ef88277f 100644 --- a/npc/011-1_Woodland/auldsbel.txt +++ b/npc/011-1_Woodland/auldsbel.txt @@ -211,25 +211,25 @@ L_sulphur_buy: delitem @ASH, 1; getitem @SULPHUR, 1; mes "[Auldsbel the Wizard]"; - next "\"I shall transmute it later. Here, have five half-ounces from my own stock.\""; + mes "\"I shall transmute it later. Here, have five half-ounces from my own stock.\""; next; goto L_main_menu; L_sulphur_nozeny: mes "[Auldsbel the Wizard]"; - next "\"No GP, no service.\""; + mes "\"No GP, no service.\""; next; goto L_main_menu; L_sulphur_noash: mes "[Auldsbel the Wizard]"; - next "\"Without volcanic ash, I can't give you any sulphur powder. Try hunting some fire goblins, or somesuch.\""; + mes "\"Without volcanic ash, I can't give you any sulphur powder. Try hunting some fire goblins, or somesuch.\""; next; goto L_main_menu; L_sulphur_noroom: mes "[Auldsbel the Wizard]"; - next "\"Hmm, you really managed to squeeze something into every little place you had that we could have stored the powder in... you might want to return once you have resolved this matter.\""; + mes "\"Hmm, you really managed to squeeze something into every little place you had that we could have stored the powder in... you might want to return once you have resolved this matter.\""; next; close; @@ -944,7 +944,7 @@ LL_initiation: goto L_main_menu; -LL_initiation_fail; +LL_initiation_fail: mes "[Auldsbel the Wizard]"; mes "\"No, no, no. This is no good-- too many imperfections.\""; mes "He throws it away."; @@ -955,7 +955,7 @@ LL_initiation_fail; LL_initiation_check: if (!countitem (@MOUBOO_FIGURINE)) goto L_main_menu; - delitem (@MOUBOO_FIGURINE); + delitem @MOUBOO_FIGURINE, 1; set @mexp, MAGIC_EXPERIENCE & 65535; mes "[Auldsbel the Wizard]"; -- cgit v1.2.3-70-g09d2