summaryrefslogtreecommitdiff
path: root/npc/027-2/lover.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/027-2/lover.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/027-2/lover.txt')
-rw-r--r--npc/027-2/lover.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/027-2/lover.txt b/npc/027-2/lover.txt
index d88a91cd..70fe1dc8 100644
--- a/npc/027-2/lover.txt
+++ b/npc/027-2/lover.txt
@@ -57,7 +57,7 @@
mes "[Hanged Man]";
mes "\"Oh, someone is holding you back with magic! I sense a really dark and mighty power. What has happened!?\"";
next;
- mes "\"Can I ask you for a favor? Can you bring me lots of [Dark Crystal]s? You might need to ask a dark mage for it. I want to try to break the barrier.\"";
+ mes "\"Can I ask you for a favor? Can you bring me lots of Dark Crystals? You might need to ask a dark mage for it. I want to try to break the barrier.\"";
next;
mes "\"I'll need... well, at least " + @CRYSTAL_AMOUNT + ". But if you have more, I can use extras!\"";
set @state, 1;
@@ -66,7 +66,7 @@
L_Crystals:
mes "[Hanged Man]";
- mes "\"Ah, you're back! Did you get the [Dark Crystal]s?\"";
+ mes "\"Ah, you're back! Did you get the Dark Crystals?\"";
if (countitem("DarkCrystal") == 0)
menu
@@ -205,14 +205,14 @@ L_Golb:
mes "[Savaric]";
mes "\"" + strcharinfo(0) + ", please, can you go to Reid and tell her about what I've done? And then ask her if she will ever be able to forgive me?\"";
next;
- mes "\"But wait. It is not enough just to ask for forgiveness. Please, can you bring her " + @DIAMOND_AMOUNT + " [Diamond]s? They symbolize my pure feelings for her.\"";
+ mes "\"But wait. It is not enough just to ask for forgiveness. Please, can you bring her " + @DIAMOND_AMOUNT + " Diamonds? They symbolize my pure feelings for her.\"";
set @state, 4;
callsub S_Update_Mask;
close;
L_Waiting:
mes "[Savaric]";
- mes "\"Have you already brought the [Diamond]s to Reid?\"";
+ mes "\"Have you already brought the Diamonds to Reid?\"";
close;
L_Apologize: