diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-02 01:25:08 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-02 01:25:08 -0200 |
commit | 4f68906d32f3bd44dd77a61c612b58a49ccbc982 (patch) | |
tree | f4b56c2f7eb55178269bfceb5d5827a448840271 /npc/003-0 | |
parent | 29b2fdde824c83f122ba3b12d5ec4a40f693e3c6 (diff) | |
download | serverdata-4f68906d32f3bd44dd77a61c612b58a49ccbc982.tar.gz serverdata-4f68906d32f3bd44dd77a61c612b58a49ccbc982.tar.bz2 serverdata-4f68906d32f3bd44dd77a61c612b58a49ccbc982.tar.xz serverdata-4f68906d32f3bd44dd77a61c612b58a49ccbc982.zip |
[skip ci] fix other minor bugs after playtesting the new features with Soren
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/audsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt index 3e65a3628..84793a207 100644 --- a/npc/003-0/audsbel.txt +++ b/npc/003-0/audsbel.txt @@ -236,7 +236,7 @@ L_Magic: skill(TMW2_MKPOT,1,0); setq General_Auldsbel, 5; mesn; - mesq l("This is the @@ skill. It transmutes @@ @@ and a single @@ in @@.", "##B@sk-mkpot##b", 10, getitemlink(Plushroom), getitemlink(HastePotion)); + mesq l("This is the @@ skill. It transmutes @@ @@ and a single @@ in @@.", "##B@sk-mkpot##b", 10, getitemlink(Plushroom), getitemlink(Milk), getitemlink(HastePotion)); next; mesn; mesq l("It may fail, and you might end up with something entirely unexpected!"); |