summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-1/dangrostra.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-1/dangrostra.txt b/npc/009-1/dangrostra.txt
index 207427abd..486910e4e 100644
--- a/npc/009-1/dangrostra.txt
+++ b/npc/009-1/dangrostra.txt
@@ -43,8 +43,8 @@ OnInit:
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;
+ sellitem Arrow, -1, 250;
+ sellitem IronArrow, -1, 110;
end;
@@ -58,8 +58,8 @@ OnClock1600:
restoreshopitem EmptyBottle, -1, 1;
OnClock0800:
OnClock2000:
- restoreshopitem Arrow, -1, 100;
- restoreshopitem IronArrow, -1, 30;
+ restoreshopitem Arrow, -1, 200;
+ restoreshopitem IronArrow, -1, 90;
}