summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-08-06 17:00:36 +0200
committerAlige <gauvain.dauchy@free.fr>2016-08-06 17:00:36 +0200
commit5e3f7e00c408b738b9ff0316e87e82f50a82f480 (patch)
treea51ddab577635411e03c0e7e18d43dd2bb4c8906 /npc
parent18836cf30fd9482e5d4cba8735bc7313f0a6a07c (diff)
downloadserverdata-5e3f7e00c408b738b9ff0316e87e82f50a82f480.tar.gz
serverdata-5e3f7e00c408b738b9ff0316e87e82f50a82f480.tar.bz2
serverdata-5e3f7e00c408b738b9ff0316e87e82f50a82f480.tar.xz
serverdata-5e3f7e00c408b738b9ff0316e87e82f50a82f480.zip
Fixed a few typos reported by Ledmitz (thanks brother).
Diffstat (limited to 'npc')
-rw-r--r--npc/001-2-28/plush.txt2
-rw-r--r--npc/001-2-9/janus.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-28/plush.txt b/npc/001-2-28/plush.txt
index 65dffeed..563a151f 100644
--- a/npc/001-2-28/plush.txt
+++ b/npc/001-2-28/plush.txt
@@ -105,7 +105,7 @@
case 2:
emotion E_WINK;
speech 5,
- l("We offer a room for travelers passing by Artis, our beds are comfy and you can be guaranted to be right as rain after a night here!"),
+ l("We offer a room for travelers passing by Artis, our beds are comfy and you can be guaranteed to be right as rain after a night here!"),
l("If you wake up at the inn after a harsh battle, you will find yourself revitalized in an instant unlike other places where you can rest.");
narrator_explication;
diff --git a/npc/001-2-9/janus.txt b/npc/001-2-9/janus.txt
index 98b9fb97..f7d865a8 100644
--- a/npc/001-2-9/janus.txt
+++ b/npc/001-2-9/janus.txt
@@ -70,7 +70,7 @@
function explain_service {
speech 5,
- l("You are on the human ressource wing of the Town Hall."),
+ l("You are on the human resource wing of the Town Hall."),
l("We offer party and guild certifications and we can also teach you how to use some basic communication skills."),
l("Do you know how to speak with people around you?");
@@ -82,7 +82,7 @@
if (compareandsetq (General_Janus, 0, 1))
{
speech 12,
- l("This book resumes everything you should know about it, take it!");
+ l("This book contains everything you should know about it, take it!");
inventoryplace CommunicationTheory, 1;
getitem CommunicationTheory, 1;
@@ -99,7 +99,7 @@
{
speech 12,
l("Anyway."),
- l("This book resumes everything you should know about it, take it!");
+ l("This book contains everything you should know about it, take it!");
inventoryplace CommunicationTheory, 1;
getitem CommunicationTheory, 1;