diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 11:02:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 11:02:00 -0300 |
commit | d0b24087efce14e4937a17e1ea455d2bea638c82 (patch) | |
tree | 229c50eb2b756a7c9f77233a05571d859b1d9f31 /npc/005-7/trainer.txt | |
parent | e63f8a12246b77558960c9274c0e059b660ce0df (diff) | |
download | serverdata-d0b24087efce14e4937a17e1ea455d2bea638c82.tar.gz serverdata-d0b24087efce14e4937a17e1ea455d2bea638c82.tar.bz2 serverdata-d0b24087efce14e4937a17e1ea455d2bea638c82.tar.xz serverdata-d0b24087efce14e4937a17e1ea455d2bea638c82.zip |
Translations typos I let go in :blush:
Diffstat (limited to 'npc/005-7/trainer.txt')
-rw-r--r-- | npc/005-7/trainer.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index f82cebb5b..531ceb8b6 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -29,7 +29,7 @@ .@q=getq(CandorQuest_Trainer); .@b=getq(ShipQuests_Knife); // TODO: We should check if user is with weapon equipped instead mesn; - mesq l("Hello my friend! Need my help?"); + mesq lg("Hello my friend! Need my help?"); next; goto L_Menu; @@ -40,7 +40,7 @@ L_PreMenu: goto L_Menu; L_Menu: - mesq l("["+ strcharinfo(0) +"]"); + mesn strcharinfo(0); menu l("How can you help me?"), L_ExplicaSiProprio, rif(getq(CandorQuest_Trainer) < 15, l("I want to be trained!")), L_Trainment, @@ -281,7 +281,7 @@ L_OutrasInformacoes: mesn; mesq l("What do you want to learn more about?"); next; - mesq l("["+ strcharinfo(0) +"]"); + mesn strcharinfo(0); menu l("Items."), L_Itens, l("Monsters."), L_monstros, |