summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/003-1/lieutenantdausen.txt8
-rw-r--r--npc/003-1/shop.txt2
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 26276baf2..6426e9bf7 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -67,9 +67,11 @@
L_Reward:
mesn;
mesq l("Thank you, here is your reward.");
-
+
inventoryplace Boots, 1, TulimsharGuardCard, 1;
getitem Boots, 1;
+ getitem TulimsharGuardCard, 1;
+ setq TulimsharQuest_WaterForGuard, 3;
next;
@@ -77,10 +79,6 @@
l("Wait a minute..."),
l("The Tulimshar guards needs an freelance employee who would help us in our work. We are searching for people as you."),
l("Take this badge, so you can get access to the guard house. You will find more work there. Bye, and good luck!");
-
- getitem TulimsharGuardCard, 1;
-
- setq TulimsharQuest_WaterForGuard, 3;
return;
L_QuestDone:
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 41c3c0856..de52f9106 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -13,6 +13,7 @@ OnInit:
sellitem DesertHat, -1, 8;
sellitem SilkRobe, -1, 1;
sellitem Bread, -1, 15;
+ sellitem EmptyBottle, -1, 3; // You can buy some empty bottles here, but they're scarse
.sex = G_OTHER;
.distance = 3;
@@ -28,5 +29,6 @@ OnClock0000:
restoreshopitem DesertHat, -1, 8;
restoreshopitem SilkRobe, -1, 1;
restoreshopitem Bread, -1, 15;
+ restoreshopitem EmptyBottle, -1, 3;
}