summaryrefslogtreecommitdiff
path: root/npc/001-1/sarah.txt
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-06-02 19:12:40 -0700
committerBen Longbons <b.r.longbons@gmail.com>2011-06-02 20:10:03 -0700
commitc5e76820b1605d85faf6b635dd1f9e3ce5e811ce (patch)
tree052db8a105c3046e772bbe7e5dbce5e81579e183 /npc/001-1/sarah.txt
parentbc2c0112d83edf1d64b3d5db90ee94c72134160f (diff)
downloadserverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.gz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.bz2
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.tar.xz
serverdata-c5e76820b1605d85faf6b635dd1f9e3ce5e811ce.zip
Remove brackets around item names
Diffstat (limited to 'npc/001-1/sarah.txt')
-rw-r--r--npc/001-1/sarah.txt12
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: