From 18836cf30fd9482e5d4cba8735bc7313f0a6a07c Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 6 Aug 2016 16:52:21 +0200 Subject: Shouldn't open a npc chat window just to say the player can't dig somewhere. --- npc/items/shovel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 5ada2353..3f338c2c 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -135,7 +135,7 @@ OnUse: if (!CheckDigLocation()) { - narrator l("You can't use the shovel here."); + message strcharinfo(0), l("I can't use the shovel here."); close; } -- cgit v1.2.3-70-g09d2 From 5e3f7e00c408b738b9ff0316e87e82f50a82f480 Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 6 Aug 2016 17:00:36 +0200 Subject: Fixed a few typos reported by Ledmitz (thanks brother). --- npc/001-2-28/plush.txt | 2 +- npc/001-2-9/janus.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2 From 0ce0fa7195889077fbc8ac9b95045ce26b43cbea Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 6 Aug 2016 17:05:43 +0200 Subject: Removed capital letter from "Omatt" (to "omatt"). --- npc/functions/fishing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index 49ca3727..4910c29d 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -1,6 +1,6 @@ // Evol functions. // Authors: -// Omatt +// omatt // Travolta // Description: // Fishing functions. -- cgit v1.2.3-70-g09d2