summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;