diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 02:41:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 02:41:05 -0300 |
commit | 4edc7126487d04e2e0e50e33a32f492dba6e3fa8 (patch) | |
tree | d197fe9e03a40818f7938f4dec3b0d40d664b18d /npc | |
parent | 023a5dd512be20309cf226f89141a39eef902f47 (diff) | |
download | serverdata-4edc7126487d04e2e0e50e33a32f492dba6e3fa8.tar.gz serverdata-4edc7126487d04e2e0e50e33a32f492dba6e3fa8.tar.bz2 serverdata-4edc7126487d04e2e0e50e33a32f492dba6e3fa8.tar.xz serverdata-4edc7126487d04e2e0e50e33a32f492dba6e3fa8.zip |
Correct another bad statement-- what, it is 02:41. I went too far >.>
Diffstat (limited to 'npc')
-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; |