diff options
Diffstat (limited to 'npc/025-1/rossy.txt')
-rw-r--r-- | npc/025-1/rossy.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/025-1/rossy.txt b/npc/025-1/rossy.txt index 3b13b573..7d6d2d3b 100644 --- a/npc/025-1/rossy.txt +++ b/npc/025-1/rossy.txt @@ -50,13 +50,12 @@ L_Check: if(countitem("Cherry") < 10) goto L_Get; mes "[Rossy]"; set Rossy_Quest, 2; - delitem "Cherry", 10; getexp 2000, 0; - mes "\"I can't believe my eyes, you got them all! Thanks a lot!\""; + mes "\"I can't believe my eyes, you got them all! Please give them to my mother when she will ask for them.\""; next; menu "No problem, I'm in a hurry, bye.", -, - "I'm always here to help, do you need anything else?", L_Done; + "Certainly, I'm always here to help, do you need anything else?", L_Done; mes "[Rossy]"; mes "\"I might need your help later. Bye.\""; |