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/021-2/bakery.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'npc/021-2/bakery.txt') diff --git a/npc/021-2/bakery.txt b/npc/021-2/bakery.txt index 9a3f1054..8a6dbdb2 100644 --- a/npc/021-2/bakery.txt +++ b/npc/021-2/bakery.txt @@ -51,7 +51,7 @@ L_lace_chococake: menu "Thanks! Let me have a look around...", L_end, - "Can you put this potion into a [Chocolate Cake]?", -, + "Can you put this potion into a Chocolate Cake?", -, "Goodbye!", L_end; mes "[Riskim]"; @@ -65,7 +65,7 @@ L_lace_chococake: mes "[Riskim]"; mes ""; - mes "\"We'll need extra chocolate for that one. If you can give me ten pieces of chocolate and that potion, plus 400 GP, I will bake you a special [Chocolate Cake] that hides the taste.\""; + mes "\"We'll need extra chocolate for that one. If you can give me ten pieces of chocolate and that potion, plus 400 GP, I will bake you a special Chocolate Cake that hides the taste.\""; next; menu @@ -106,7 +106,7 @@ L_lacking_zeny: L_lacking_ingredients: mes "[Riskim]"; mes ""; - mes "\"Sorry, but I need ten [Chocolate Bar]s AND your cure potion for this. Please come back later when you have everything.\""; + mes "\"Sorry, but I need ten Chocolate Bars AND your cure potion for this. Please come back later when you have everything.\""; close; L_lace_cupcake: @@ -114,12 +114,12 @@ L_lace_cupcake: menu "Thanks! Let me have a look around...", L_end, - "Can you put this potion into an [Orange Cupcake]?", -, + "Can you put this potion into an Orange Cupcake?", -, "Goodbye!", L_end; mes "[Riskim]"; mes ""; - mes "\"[Orange Cupcake]s? Oh dear... I'm sorry, but I have a very bad orange allergy.\""; + mes "\"Orange Cupcakes? Oh dear... I'm sorry, but I have a very bad orange allergy.\""; next; mes "[Riskim]"; mes ""; @@ -140,7 +140,7 @@ L_ChocMouboo: next; menu "Do you have one in the shape of a mouboo? The Easter Bunny needs one.", -; - mes "\"The Easter Bunny? Interesting... I think I can help you make a [Chocolate Mouboo].\""; + mes "\"The Easter Bunny? Interesting... I think I can help you make a Chocolate Mouboo.\""; menu "Nah, I decided not to do that stupid quest.", L_End, "I would really appreciate that!", -; @@ -149,10 +149,10 @@ L_ChocMouboo: L_MakeChocMouboo: mes "[Riskim]"; mes ""; - mes "\"I will need you to bring me some [Chocolate Bar]s.\""; + mes "\"I will need you to bring me some Chocolate Bars.\""; mes "\"I think 5 bars should be enough.\""; mes "\"Red slimes seem to have those, so try there.\""; - mes "\"I will also need a [Mouboo Figurine] to hollow out and use as a mold.\""; + mes "\"I will also need a Mouboo Figurine to hollow out and use as a mold.\""; mes "\"Any mage should be able to make you one out of a log, if you ask.\""; menu "I have everything you need.", -, @@ -175,21 +175,21 @@ L_EasterEnough: mes "He places the chocolate in a pan to melt."; mes "Next, he pours the melted chocolate into the mold."; mes "Finally, he dips the mold in cold water for a moment to solidify the chocolate before skillfully cracking it open and handing you the finished product."; - mes "\"Here is your [Chocolate Mouboo].\""; + mes "\"Here is your Chocolate Mouboo.\""; close; L_EasterNotEnough: mes "[Riskim]"; mes ""; - if(countitem("ChocolateBar") < 5) mes "\"You do not have enough [Chocolate Bar]s for me to work with yet.\""; - if(countitem("MoubooFigurine") < 1) mes "\"You do not have the [Mouboo Figurine] to use as a mold.\""; + if(countitem("ChocolateBar") < 5) mes "\"You do not have enough Chocolate Bars for me to work with yet.\""; + if(countitem("MoubooFigurine") < 1) mes "\"You do not have the Mouboo Figurine to use as a mold.\""; mes "\"Please go get what I asked.\""; close; L_EasterTooMany: mes "[Riskim]"; mes ""; - mes "\"You don't have enough room for the [Chocolate Mouboo]. Come back later.\""; + mes "\"You don't have enough room for the Chocolate Mouboo. Come back later.\""; close; L_SeeBunny: -- cgit v1.2.3-70-g09d2