From 1b4f3274d19d5453b7a75f03b8ba936108162237 Mon Sep 17 00:00:00 2001 From: Alige Date: Thu, 22 Nov 2012 07:30:58 +0400 Subject: Fixed a small punctuation issue in 3 scripts. --- npc/000-1/darlin.txt | 2 +- npc/000-2-0/julia.txt | 2 +- npc/000-2-1/chefgado.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index a16c31b2..1ba7c98e 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -115,7 +115,7 @@ l_GoDown: mesq l("Oh no, but I've noticed a weird light on the other edge of this island, I wonder what it can be..."); next; - mesq l("MAYBE YOU CAN LOOK AT THIS!?"); + mesq l("MAYBE YOU CAN LOOK AT THIS?!"); next; menu diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 8f9a747a..60d5e141 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -197,7 +197,7 @@ l_PoisonJulia: mes ""; mesq l("Seems yummy! Let me taste it!"); next; - mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that!?... *cough*, *burp*... Damn Gado... *cough*"); + mesq l("Hmmm, hm... *cough*, *cough*, *burp*, *cough*. What... What is that?!... *cough*, *burp*... Damn Gado... *cough*"); if (countitem("PoisonedDish") > 0), delitem "PoisonedDish", 1; setq ShipQuests_ChefGado, 3; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 05f72086..b4d0b746 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -26,7 +26,7 @@ if (@n == 3) goto l_QuestStart; mesn; - mesq l("Where is the damn salt!? Give me the salt. I know you have it!"); + mesq l("Where is the damn salt?! Give me the salt. I know you have it!"); close; l_QuestStart: -- cgit v1.2.3-70-g09d2