From 2d0ab71d21d5102140f3d6b34df1d752442f485e Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 8 May 2018 17:38:31 +0000 Subject: sarah fix by @crazyfefe, now Sarah must ask for 6 cherry cake and also tag it. --- npc/003-1/sarah.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-1') 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 -- cgit v1.2.3-70-g09d2