From c5e76820b1605d85faf6b635dd1f9e3ce5e811ce Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 2 Jun 2011 19:12:40 -0700 Subject: Remove brackets around item names --- npc/027-2/lover.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/027-2/lover.txt') 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: -- cgit v1.2.3-60-g2f50