From 476f426443bb544d839edd73d4c13f85aad338f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Jul 2018 19:58:04 -0300 Subject: Minor changes related to previous commit. Now I need @Saulc to shout at it :b --- npc/017-1/paxel.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/017-1') diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 9094d1ef0..93bd5790b 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -20,8 +20,8 @@ L_OutOfSeason: mesn; mesq l("Hello! Calm wind today!"); menu - l("Yes, but I like windy days."), L_Wind, - l("Hmm... sorry but gotta go..."), L_Go; + l("Yes, but I like windy days."), L_Wind, + l("Hmm... sorry but gotta go..."), L_Go; close; L_Go: @@ -48,9 +48,9 @@ L_Ask1: mesq l("Hello @@! Do you have some @@ with you?", strcharinfo(0), getitemlink(TerraniteOre)); menu - rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1, - rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No, - l("Right, but now I have business in other places."), L_Rude; + rif(countitem(TerraniteOre),l("Yes... right... what about Terranite Ore?")), L_Quest1, + rif(countitem(TerraniteOre),l("Yes, but I have grown attached to Terranite Ore...")), L_No, + l("Right, but now I have business in other places."), L_Rude; close; L_Quest1: @@ -58,8 +58,8 @@ L_Quest1: mesq l("Terranite Ore is a really special item. People without helmets can't understand @@'s real power, anyway if you could give me some of them you would understand why they are so special.", getitemlink(TerraniteOre)); menu - l("Certainly, you can have all my Terranite Ore."), L_Check1, - l("Sorry but I am not interested in that."), L_No; + l("Certainly, you can have all my Terranite Ore."), L_Check1, + l("Sorry but I am not interested in that."), L_No; close; L_No: @@ -95,8 +95,8 @@ L_Ask2: mesc l("@@/@@ GP", format_number(Zeny), format_number(10000)); menu - l("Please have a look, I have what you asked"), L_Check2, - l("On my way to get what you need."), -; + l("Please have a look, I have what you asked"), L_Check2, + l("On my way to get what you need."), -; close; -- cgit v1.2.3-70-g09d2