diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/sarah.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 46df41ab2..ebcd1131e 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -14,11 +14,11 @@ } function quest_open { - if (countitem(.cake) > 0) + if (countitem(.cake) > 5) { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("You brought me Cherry Cake! Here is your @@, as promised.",getitemlink(.reward)); - delitem .cake,1; + l("You brought me 6 @@ ! Here is your @@, as promised.",getitemlink(.cake), getitemlink(.reward)); + delitem .cake,6; getitem .reward,1; setq TulimsharQuest_Sarah, 1; close; @@ -35,7 +35,7 @@ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Oh, Welcome then."); speech S_LAST_NEXT, - l("Can you bring me a piece of Cherry Cake? Pretty please?"); + l("Can you bring me 6 piece of Cherry Cake? Pretty please?"); do { select |