From 15afacc5b53f55761216b97ac5a1e3dde88612c6 Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 8 May 2018 13:32:26 +0000 Subject: dangrostra now sell more arrow --- npc/009-1/dangrostra.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50