summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-24 16:05:08 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-24 16:05:08 +0400
commit24ab179f642fd30541998adfda00c3da5167ab69 (patch)
tree773856c20b12335e2d772b47616b154f30c76511 /npc/000-1/tibbo.txt
parent8da9e400b7bb4adedb71bffae4a9eb7e784a609a (diff)
downloadserverdata-24ab179f642fd30541998adfda00c3da5167ab69.tar.gz
serverdata-24ab179f642fd30541998adfda00c3da5167ab69.tar.bz2
serverdata-24ab179f642fd30541998adfda00c3da5167ab69.tar.xz
serverdata-24ab179f642fd30541998adfda00c3da5167ab69.zip
Chef Gado now asks for 2 Half Croconuts instead of 1 Croconut. That'll make the player know he can use a Croconut.
Major fixes about missing gender strings in npc dialogues. Other random fixes in some dialogues.
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 448662ba..dbef8ec0 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -29,7 +29,7 @@
next;
menu
- l("Gugli asked me to help you carrying one of these boxes you are filling."), -;
+ lg("Gugli asked me to help you carrying one of these boxes you are filling."), -;
mes "";
mesn;
@@ -70,7 +70,7 @@ l_CallFunc:
rif(getq(ShipQuests_Astapolos) == 0, l("Astapolos.")), l_Top,
rif(getq(ShipQuests_Gulukan) == 0, l("Gulukan.")), l_Top,
rif(getq(ShipQuests_Jalad) == 0, l("Jalad.")), l_Top,
- rif(getq(ShipQuests_QMuller) == 0, l("QMuller.")), l_Top,
+ rif(getq(ShipQuests_QMuller) == 0, l("Q'Muller.")), l_Top,
l("Nobody."), -;
close;