diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 12:11:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 12:11:21 -0300 |
commit | 6400a3c65a9e6b3d9287b700004c38fe1b8a3c7b (patch) | |
tree | d05cacf493fd62b320d4fbb3680d81a6decd3fc3 /npc/007-1/caelum.txt | |
parent | dbed3c309bab024c43810368a71d087e3f4373f6 (diff) | |
download | serverdata-6400a3c65a9e6b3d9287b700004c38fe1b8a3c7b.tar.gz serverdata-6400a3c65a9e6b3d9287b700004c38fe1b8a3c7b.tar.bz2 serverdata-6400a3c65a9e6b3d9287b700004c38fe1b8a3c7b.tar.xz serverdata-6400a3c65a9e6b3d9287b700004c38fe1b8a3c7b.zip |
Saulc entirely shattered quest 193...
Diffstat (limited to 'npc/007-1/caelum.txt')
-rw-r--r-- | npc/007-1/caelum.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index dba7d8820..021ed632c 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -59,7 +59,7 @@ L_List: mes l("@@/8 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger)); mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink)); mes l("@@/20 @@", countitem(MaggotSlime), getitemlink(MaggotSlime)); - mes l("@@/5 @@", just cause I'm hungry as a bear. countitem(ScorpionClaw), getitemlink(ScorpionClaw)); + mes l("@@/5 @@, just because I'm hungry as a bear.", countitem(ScorpionClaw), getitemlink(ScorpionClaw)); close; L_Check: @@ -68,7 +68,7 @@ L_Check: next; menu l("Yes!"), L_Give, - l("I forgot what you need!"), L_Lista, + l("I forgot what you need!"), L_List, l("No!"), L_Quit; L_Give: @@ -122,7 +122,7 @@ L_Lying: mesn; mesq l("No no no, you don't have everything I've asked for!"); next; - goto L_Lista; + goto L_List; L_TooWeak: mesn; |