summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/peter.txt
diff options
context:
space:
mode:
authorSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-29 11:20:02 +0300
committerSini Ruohomaa <sini.ruohomaa@iki.fi>2010-08-29 11:20:02 +0300
commit82244e430cb91cccc1b4046eb29cced1986c95b7 (patch)
treebaf3743157840afc011a534d84b1c339b0836aaf /npc/009-2_Hurnscald/peter.txt
parent9467035b52c8cb3d4b3f92dc1b0c9a4b58f00f2e (diff)
downloadserverdata-82244e430cb91cccc1b4046eb29cced1986c95b7.tar.gz
serverdata-82244e430cb91cccc1b4046eb29cced1986c95b7.tar.bz2
serverdata-82244e430cb91cccc1b4046eb29cced1986c95b7.tar.xz
serverdata-82244e430cb91cccc1b4046eb29cced1986c95b7.zip
Language polish project cont'd.
Diffstat (limited to 'npc/009-2_Hurnscald/peter.txt')
-rw-r--r--npc/009-2_Hurnscald/peter.txt17
1 files changed, 10 insertions, 7 deletions
diff --git a/npc/009-2_Hurnscald/peter.txt b/npc/009-2_Hurnscald/peter.txt
index 1fcea250..85e31dc9 100644
--- a/npc/009-2_Hurnscald/peter.txt
+++ b/npc/009-2_Hurnscald/peter.txt
@@ -3,14 +3,17 @@
009-2.gat,183,57,0 script Peter 157,{
mes "[Peter]";
- mes "\"Hello, I am Nicholas' apprentice, Peter.\"";
+ mes "\"Hello, I am Peter, apprentice to Nicholas.\"";
next;
- mes "\"I can make you some sturdy armor if you give me iron ingots to craft with and gold pieces for my efforts. What would you like me to make?\"";
+ mes "\"I can make you some sturdy armor: you must give me [Iron Ingot]s to craft with and some gold pieces for my efforts.\"";
+ next;
+ mes "[Peter]";
+ mes "\"What would you like me to make?\"";
menu
- "Chain Mail (10 coal, 5 ingots and 20000 GP)", L_Peter_Chain_Mail,
- "Light Plate (20 coal, 10 ingots and 50000 GP)", L_Peter_Light_Plate,
- "Warlord Plate (30 coal, 15 ingots and 100000 GP)", L_Peter_Warlord_Plate,
- "nevermind", -;
+ "Chain Mail (10 coal, 5 ingots and 20000 GP).", L_Peter_Chain_Mail,
+ "Light Plate (20 coal, 10 ingots and 50000 GP).", L_Peter_Light_Plate,
+ "Warlord Plate (30 coal, 15 ingots and 100000 GP).", L_Peter_Warlord_Plate,
+ "Nevermind.", -;
close;
L_Peter_Chain_Mail:
@@ -64,7 +67,7 @@ L_Peter_NotEnough_Ingot:
L_Peter_NotEnough_Coal:
mes "[Peter]";
- mes "\"You don't have enough coal.\"";
+ mes "\"You don't have enough [Coal].\"";
close;
L_Peter_TooMany: