diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:55:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:55:55 -0300 |
commit | bb66b43c8596a859a79ed6bff7a2f3c1db9067be (patch) | |
tree | a8727538f365ab8dee1c092ca7671c196e7eb9cd /npc/002-1/alige.txt | |
parent | ab7fe9c36394f8e24aeb681668f827fd2d33ad0f (diff) | |
download | serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.gz serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.bz2 serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.xz serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.zip |
Cherry Cake for Alige (and requeriments)
Diffstat (limited to 'npc/002-1/alige.txt')
-rw-r--r-- | npc/002-1/alige.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 5500c3943..1ad7f9d02 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -47,6 +47,7 @@ L_GoGo: mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); mes l("* @@/12 @@", countitem(Bread), getitemlink(Bread)); mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); + mes l("* @@/12 @@", countitem(CherryCake), getitemlink(CherryCake)); mes l("* @@/8 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); mes l("* @@/6 @@", countitem(HastePotion), getitemlink(HastePotion)); mes l("* @@/6 @@", countitem(StrengthPotion), getitemlink(StrengthPotion)); @@ -75,7 +76,7 @@ L_Accept: mesq l("The dyes are to disguise myself, I don't want to get caught. The potions are for safety, who knows what I'll face?"); next; mesn; - mesq l("Water, Bread and Cheese are to eat, and money is always useful, you know."); + mesq l("Water, Bread, Cheese and Cherry Cake are to eat, and money is always useful, you know."); next; mesn strcharinfo(0); mesq l("You planned neatly. I'll be back."); @@ -100,6 +101,7 @@ L_Remember: mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); mes l("* @@/12 @@", countitem(Bread), getitemlink(Bread)); mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); + mes l("* @@/12 @@", countitem(CherryCake), getitemlink(CherryCake)); mes l("* @@/8 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); mes l("* @@/6 @@", countitem(HastePotion), getitemlink(HastePotion)); mes l("* @@/6 @@", countitem(StrengthPotion), getitemlink(StrengthPotion)); |