diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-27 19:46:58 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-27 19:46:58 +0100 |
commit | 2d94d51d4e001d6017db1e3891bbe3a1dae2dfd5 (patch) | |
tree | 58e8c1fab60801a8682a2f65ae17ea714b1e9a9f /npc/020-1_Nivalis/KrickKrackKrock.txt | |
parent | 1b2d35e02f23d20033b5a03bf8fe18b2b1b2575b (diff) | |
parent | 5fb61b03b577161e35df12fde4afc381a0edd0db (diff) | |
download | serverdata-2d94d51d4e001d6017db1e3891bbe3a1dae2dfd5.tar.gz serverdata-2d94d51d4e001d6017db1e3891bbe3a1dae2dfd5.tar.bz2 serverdata-2d94d51d4e001d6017db1e3891bbe3a1dae2dfd5.tar.xz serverdata-2d94d51d4e001d6017db1e3891bbe3a1dae2dfd5.zip |
Merge branch 'master' of gitorious.org:~wombat/tmw-eathena-data/cache-serverdata
Diffstat (limited to 'npc/020-1_Nivalis/KrickKrackKrock.txt')
-rwxr-xr-x | npc/020-1_Nivalis/KrickKrackKrock.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-1_Nivalis/KrickKrackKrock.txt b/npc/020-1_Nivalis/KrickKrackKrock.txt index b3cc3dd8..b37dd0e1 100755 --- a/npc/020-1_Nivalis/KrickKrackKrock.txt +++ b/npc/020-1_Nivalis/KrickKrackKrock.txt @@ -96,7 +96,7 @@ if( @BET == 2000) getitem @ITEM_HEALTH[3], 5 + rand(10); L_Full_Inv: mes @NPC_NAME$; - mes "\"What are you doing? You have so many stuff with you, you can't carry what you won. Ha, well, then I will keep it!\""; + mes "\"What are you doing? You have so much stuff with you, you can't carry what you won. Ha, well, then I will keep it!\""; close; L_poor: @@ -105,7 +105,7 @@ L_poor: close; L_Too_rich: mes @NPC_NAME$; - mes "\"Mh... I have to bet too. How I'll get a present which is "+ @BET +"? No, that's too much.\""; + mes "\"Mh... I have to bet too. How will I get a present which is "+ @BET +"? No, that's too much.\""; close; L_No_Money: mes @NPC_NAME$; @@ -113,7 +113,7 @@ L_No_Money: close; L_info: mes @NPC_NAME$; - mes "\"Well, if you want to play Krick Krack Krock with me, you need to bet some money. We will both say a word (Krack, Krick or Krock). If we say the same, you can win the double of your money or an item worth of what you bet. \""; + mes "\"Well, if you want to play Krick Krack Krock with me, you need to bet some money. We will both say a word (Krack, Krick or Krock). If we say the same, you can win double your money or an item worth what you bet. \""; next; mes "\"So, do you want to play? \""; goto L_Menu; |