diff options
Diffstat (limited to 'npc')
-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)); |