summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-10-31 23:00:21 +0100
committerReid <reidyaro@gmail.com>2012-10-31 23:00:21 +0100
commitece9491294c30beb124a4466354e3cfd33f0b18e (patch)
treebf858fea3f3123befbc7b6dca6d241399911add1
parentf9d069da6001c08e5baac2e08af2b1c488b0d813 (diff)
downloadserverdata-ece9491294c30beb124a4466354e3cfd33f0b18e.tar.gz
serverdata-ece9491294c30beb124a4466354e3cfd33f0b18e.tar.bz2
serverdata-ece9491294c30beb124a4466354e3cfd33f0b18e.tar.xz
serverdata-ece9491294c30beb124a4466354e3cfd33f0b18e.zip
Correct some bugs.
-rw-r--r--npc/000-2-0/julia.txt2
-rw-r--r--npc/000-2-2/_import.txt1
-rw-r--r--npc/000-2-2/bachus.txt8
-rw-r--r--npc/000-2-4/_import.txt2
4 files changed, 6 insertions, 7 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 48fd9749..705f9a0f 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -34,7 +34,7 @@
l_Event:
mes "";
mesn;
- mesq l("Uhm... I don't know how to be honest, these things grew up so rapidly, we don't know what to do with them.
+ mesq l("Uhm... I don't know how to be honest, these things grew up so rapidly, we don't know what to do with them.");
next;
mesq l("Billy Bons told me that they don't taste so good, and Peter is scared of one of them...");
next;
diff --git a/npc/000-2-2/_import.txt b/npc/000-2-2/_import.txt
index 0efad0fe..07103cde 100644
--- a/npc/000-2-2/_import.txt
+++ b/npc/000-2-2/_import.txt
@@ -2,6 +2,5 @@ map: 000-2-2.gat
npc: npc/000-2-2/_mobs.txt
npc: npc/000-2-2/_warps.txt
npc: npc/000-2-2/doors.txt
-npc: npc/000-2-2/mapflags.txt
npc: npc/000-2-2/bachus.txt
diff --git a/npc/000-2-2/bachus.txt b/npc/000-2-2/bachus.txt
index 9beeb3d3..f1a159c6 100644
--- a/npc/000-2-2/bachus.txt
+++ b/npc/000-2-2/bachus.txt
@@ -14,11 +14,11 @@ l_Intro:
next;
menu
+ rif(countitem("Pumpkin") > 1, l("I have one!")), l_DoHat,
l("Where did you get this hat?"), l_Hat;
l("Excuse me, but who are you?"), -,
l("Where can I find this Pumpkin?"), l_Where,
l("Good bye..."), l_Bye;
- rif(countitem("Pumpkin") > 1, l("I have one!")), l_DoHat,
mes "";
mesn;
@@ -62,7 +62,7 @@ l_Hat:
mesn;
mesq l("My hat! do you like it? I do love it, I made it by myself, it's so beauty, isn't it? Oh wait, I can put fire inside, it's beautiest!");
next;
- mesq l("Do you want one as well?")
+ mesq l("Do you want one as well?");
next;
menu
@@ -71,7 +71,7 @@ l_Hat:
mes "";
mesn;
- mesq l("You would like? So I think that's... Possible, let's say, yes! Yes it's possible.")
+ mesq l("You would like? So I think that's... Possible, let's say, yes! Yes it's possible.");
next;
mesq l("You just need to bring me... One @@, that's all. I'll carve it by myself.", getitemlink("Pumpkin"));
next;
@@ -114,7 +114,7 @@ l_DoHat:
next;
mesn "Narrator";
- mes "The squary pumpkinman is sculpting your pumpkin while talking to you."
+ mes "The squary pumpkinman is sculpting your pumpkin while talking to you.";
next;
if (countitem("Pumpkin") > 0) delitem "Pumpkin", 1;
diff --git a/npc/000-2-4/_import.txt b/npc/000-2-4/_import.txt
index 5c21d765..48400d89 100644
--- a/npc/000-2-4/_import.txt
+++ b/npc/000-2-4/_import.txt
@@ -2,4 +2,4 @@ map: 000-2-4.gat
npc: npc/000-2-4/_mobs.txt
npc: npc/000-2-4/_warps.txt
npc: npc/000-2-4/alige.txt
-npc: npc/000-2-2/mapflags.txt \ No newline at end of file
+npc: npc/000-2-4/mapflags.txt \ No newline at end of file