summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/headless_man.txt
diff options
context:
space:
mode:
authorTheKandiman <thekandiman@gmail.com>2011-02-15 00:59:19 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-04-04 19:14:43 +0200
commit96fa9705419990fdcc4cfa64614da500b7bf8cf9 (patch)
tree2633a9cb93e021c61fbd02d760720f9983e87272 /npc/027-2_Caretakers_House/headless_man.txt
parent932d1724c9415701004a7efa3d31f63c60fcd2bc (diff)
downloadserverdata-96fa9705419990fdcc4cfa64614da500b7bf8cf9.tar.gz
serverdata-96fa9705419990fdcc4cfa64614da500b7bf8cf9.tar.bz2
serverdata-96fa9705419990fdcc4cfa64614da500b7bf8cf9.tar.xz
serverdata-96fa9705419990fdcc4cfa64614da500b7bf8cf9.zip
gy inn: minor changes in item references, headless man quest
Diffstat (limited to 'npc/027-2_Caretakers_House/headless_man.txt')
-rw-r--r--npc/027-2_Caretakers_House/headless_man.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/027-2_Caretakers_House/headless_man.txt b/npc/027-2_Caretakers_House/headless_man.txt
index 170b07fc..b777e07d 100644
--- a/npc/027-2_Caretakers_House/headless_man.txt
+++ b/npc/027-2_Caretakers_House/headless_man.txt
@@ -178,11 +178,18 @@ L_Quest_finished:
mes "[Thurstan]";
mes "\"It worked well and the bond seemed to be holding for a while. Then I started feeling a strange tingling in my neck. I suppose that was the adhesive starting to dissolve. I was leaned over my trunk digging around for something appropriate to give you..Aaaand once again my head left it's proper place.\"";
next;
+ getinventorylist;
+ if (@inventorylist_count == 100) goto L_Full_Inv;
+ mes "[Thurstan]";
+ mes "\"Please take this for your efforts. I got it in payment of some work I did protecting the pinkie population from a terrible scourge some time ago.\"";
+ getitem "pinkiehelmet", 1;
set @state, 3;
callsub S_Update_Mask;
+ close;
+
+L_Full_Inv:
mes "[Thurstan]";
- mes "\"Please take this for your efforts.\"";
- getitem "acorn", 1; //TODO: Set appropriate reward
+ mes "\"I'd like to give you something for your efforts, but you're carrying too much stuff.\"";
close;
L_Final: