summaryrefslogtreecommitdiff
path: root/npc/020-1_Nivalis
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-01-26 23:26:57 -0500
committerTheKandiman <thekandiman@gmail.com>2011-01-26 23:26:57 -0500
commit5fb61b03b577161e35df12fde4afc381a0edd0db (patch)
treea56ddd6f1c3dbdf003177eeb964eedf5915af56e /npc/020-1_Nivalis
parent198bb07155e85afe82b5640d837f7cd651174cce (diff)
downloadserverdata-5fb61b03b577161e35df12fde4afc381a0edd0db.tar.gz
serverdata-5fb61b03b577161e35df12fde4afc381a0edd0db.tar.bz2
serverdata-5fb61b03b577161e35df12fde4afc381a0edd0db.tar.xz
serverdata-5fb61b03b577161e35df12fde4afc381a0edd0db.zip
Spelling and grammar updates in NPC dialog for maps 018 to 032
Diffstat (limited to 'npc/020-1_Nivalis')
-rwxr-xr-xnpc/020-1_Nivalis/KrickKrackKrock.txt6
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;