summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-1/dangrostra.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index f7350f548..eb200c46b 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -36,12 +36,15 @@ OnInit:
.distance = 5;
tradertype(NST_MARKET);
- sellitem Knife, -1, 1;
- sellitem Arrow, -1, 100;
- sellitem IronArrow, -1, 30;
+ // Bows (rare)
sellitem WoodenBow, -1, 1;
sellitem ShortBow, -1, 1;
+ // Misc (uncommon)
+ sellitem SharpKnife, -1, 1;
sellitem EmptyBottle, -1, 1; // You can buy some empty bottles here, but they're scarse
+ // Arrows (common)
+ sellitem Arrow, -1, 100;
+ sellitem IronArrow, -1, 30;
end;
@@ -51,10 +54,10 @@ OnClock1200:
restoreshopitem WoodenBow, -1, 1;
OnClock0400:
OnClock1600:
- restoreshopitem Knife, -1, 1;
+ restoreshopitem SharpKnife, -1, 1;
restoreshopitem EmptyBottle, -1, 1;
OnClock0800:
-OnClock2100:
+OnClock2000:
restoreshopitem Arrow, -1, 100;
restoreshopitem IronArrow, -1, 30;