summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-10-23 20:50:48 +0200
committerMicksha <Micksha@users.noreply.github.com>2018-11-05 21:34:37 +0100
commit1929a95a6d9c0e3f8e20cfb806b9f0155475c38f (patch)
tree15fba75674eefa7c67afd3ca10c305e42634ddc4
parentd77b61cff0f2b1069324c3f3086db0a93f3c0db5 (diff)
downloadserverdata-1929a95a6d9c0e3f8e20cfb806b9f0155475c38f.tar.gz
serverdata-1929a95a6d9c0e3f8e20cfb806b9f0155475c38f.tar.bz2
serverdata-1929a95a6d9c0e3f8e20cfb806b9f0155475c38f.tar.xz
serverdata-1929a95a6d9c0e3f8e20cfb806b9f0155475c38f.zip
bugfix a few NPCs
-rw-r--r--npc/008-2-2/receptionist.txt6
-rw-r--r--npc/008-2-6/alan.txt2
-rw-r--r--npc/placeholder/hinnak.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/008-2-2/receptionist.txt b/npc/008-2-2/receptionist.txt
index 3d9a8e0f..cf95616e 100644
--- a/npc/008-2-2/receptionist.txt
+++ b/npc/008-2-2/receptionist.txt
@@ -8,9 +8,9 @@
008-2-2,28,27,0 script Receptionist#008-2-2 NPC_AIRLIA,{
speech
l("Hello Sir."),
- l("Welcome to the Rusty Pick. Sorry, we have no room left today.");
- l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day.");
- lg("I wish you a beautiful day".)
+ l("Welcome to the Rusty Pick. Sorry, we have no room left today."),
+ l("One advice: Don't take the things the Drinkers say too serious. They are sitting here and drinking all day."),
+ lg("I wish you a beautiful day".);
close;
diff --git a/npc/008-2-6/alan.txt b/npc/008-2-6/alan.txt
index c5f6aae5..b34f7bef 100644
--- a/npc/008-2-6/alan.txt
+++ b/npc/008-2-6/alan.txt
@@ -5,7 +5,7 @@
// Alan the bow-seller.
// THIS IS A PLACEHOLDER!
-008-2-6,31,25,0 script Alan#008-2-4 NPC_KFAHR,{
+008-2-6,31,25,0 script Alan#008-2-4 NPC_YOUNG_MAN_KFAHR,{
speech
l("Hi Sir."),
l("Bad timing when you are asking for bows. Our bowmaker Gumi hasn't been seen for days now."),
diff --git a/npc/placeholder/hinnak.txt b/npc/placeholder/hinnak.txt
index f4937f4b..0dd211fd 100644
--- a/npc/placeholder/hinnak.txt
+++ b/npc/placeholder/hinnak.txt
@@ -332,7 +332,7 @@ OnInit:
.reward_money = 0; // reward money
.reward_exp = 0; // reward exp
.bad_hat = BrimmedFlowerHat; // hinnak attacks you when you wear this hat // FIXME: make this pinky hat when we get it
- .drink_item = PumpkishJuice; // the item hinnak asks to drink // FIXME: make this beer when we have it
+ .drink_item = Beer; // the item hinnak asks to drink // FIXME: make this beer when we have it
.quest = HurnscaldQuests_Hinnak;
.quest_inspector = HurnscaldQuests_Inspector;