diff options
Diffstat (limited to 'npc/001-1/sarah.txt')
-rw-r--r-- | npc/001-1/sarah.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/001-1/sarah.txt b/npc/001-1/sarah.txt index 7a109fa6..1371d334 100644 --- a/npc/001-1/sarah.txt +++ b/npc/001-1/sarah.txt @@ -27,25 +27,25 @@ L_Start: L_Opening0: mes "[Sarah]"; - mes "\"[Cherry Cake] is the best!\""; + mes "\"Cherry Cake is the best!\""; next; goto L_Ask; L_Opening1: mes "[Sarah]"; - mes "\"Mmm, [Cherry Cake]... I love it!\""; + mes "\"Mmm, Cherry Cake... I love it!\""; next; goto L_Ask; L_Ask: - mes "\"Can you bring me a piece of [Cherry Cake]? Pretty please?\""; + mes "\"Can you bring me a piece of Cherry Cake? Pretty please?\""; menu "Yes.", L_Req0, "No.", L_No; L_Req0: mes "[Sarah]"; - mes "\"Yippee! Bring me a piece of [Cherry Cake], and I'll give you a nice hat!\""; + mes "\"Yippee! Bring me a piece of Cherry Cake, and I'll give you a nice hat!\""; next; goto L_Set; @@ -60,7 +60,7 @@ L_Progress: mes "[Sarah]"; mes "\"Whee!\""; next; - mes "You brought me [Cherry Cake]! Here is your new hat, as promised.\""; + mes "You brought me Cherry Cake! Here is your new hat, as promised.\""; emotion 9; getinventorylist; if ((@inventorylist_count - (countitem("CherryCake") == 1)) > 99) goto L_TooMany; @@ -71,7 +71,7 @@ L_Progress: L_NotEnough: mes "[Sarah]"; - mes "\"Oh, I'm starving! Please bring me [Cherry Cake]!\""; + mes "\"Oh, I'm starving! Please bring me Cherry Cake!\""; close; L_Done: |