diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-25 22:07:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 22:07:46 +0300 |
commit | 5f4c452cdf22f5625b61004ed0e92816b0175ea1 (patch) | |
tree | 1b766d21645ff064e57e366d807497f58d4f0a2d /npc/re/quests/quests_malangdo.txt | |
parent | 98da34f0c6785a4227efa0f6718a7453e2991202 (diff) | |
parent | a8590a0b235ce48320d428a184181c1e93267cd6 (diff) | |
download | hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.gz hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.bz2 hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.xz hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.zip |
Merge pull request #1292 from HerculesWS/huld-improvements
HULD improvements
Diffstat (limited to 'npc/re/quests/quests_malangdo.txt')
-rw-r--r-- | npc/re/quests/quests_malangdo.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/quests/quests_malangdo.txt b/npc/re/quests/quests_malangdo.txt index 54b2a00c0..9a3a3284f 100644 --- a/npc/re/quests/quests_malangdo.txt +++ b/npc/re/quests/quests_malangdo.txt @@ -825,7 +825,8 @@ mal_in02,174,64,5 script Linguist Devore#mal 4_CAT_MERMASTER,{ mes "If you see the words on the first page of this book, there's a sentence seeming like short conversation."; next; mes "[Linguist Devore]"; - mes "It's like this, for the question, ¬¬¬Ñ¬Ü ¬ã¬Ú?, it says, ¬¡¬Ù ¬ã¬ì¬Þ ¬Õ¬à¬Ò¬â¬Ö, ¬Ò¬Ý¬Ñ¬Ô¬à¬Õ¬Ñ¬â¬ñ. ¬¡ ¬£¬Ú¬Ö?"; + mes sprintf(_$("It's like this, for the question, %s, it says, %s"), + "¬¬¬Ñ¬Ü ¬ã¬Ú?", "¬¡¬Ù ¬ã¬ì¬Þ ¬Õ¬à¬Ò¬â¬Ö, ¬Ò¬Ý¬Ñ¬Ô¬à¬Õ¬Ñ¬â¬ñ. ¬¡ ¬£¬Ú¬Ö?"); next; mes "[Linguist Devore]"; mes "Though I tried talking to Biscuit like this, there was no feedback."; @@ -9649,7 +9650,7 @@ mal_in01,134,221,4 script KungKung#gamer 4_M_BABYCAT,{ case 1: // Attack mes "How would you like to attack?"; mes " "; - mes "¡¡ Tip !!"; + mes "- Tip -"; mes "Choose back: ^FF0000You win if the cat shows the back of its paw.^000000"; mes "Choose palm: ^FF0000You win if the cat shows the palm of its paw.^000000"; next; @@ -9695,7 +9696,7 @@ mal_in01,134,221,4 script KungKung#gamer 4_M_BABYCAT,{ case 2: // Defend mes "How would you like to defend?"; mes " "; - mes "¡¡ Tip !!"; + mes "- Tip -"; mes "Choose back: ^FF0000You win if the cat shows the back of its paw.^000000"; mes "Choose palm: ^FF0000You win if the cat shows the palm of its paw.^000000"; next; |