diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/sarah.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 01bb2fbf9..850c5e1d9 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -18,7 +18,7 @@ function quest_open { if (countitem(.cake) >= 5) { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, + speech S_FIRST_BLANK_LINE, l("You brought me 5 @@ ! Here is your @@, as promised.",getitemlink(.cake), getitemlink(.reward)); delitem .cake,5; getitem .reward,1; |