diff options
Diffstat (limited to 'npc/009-3')
-rw-r--r-- | npc/009-3/dangrostra.txt | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index b2e77dda0..ec7093322 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -49,6 +49,8 @@ OnInit: sellitem ArrowAmmoBox, -1, 2; sellitem IronAmmoBox, -1, 1; + // Speciality Drinks (common) + sellitem Coffee, -1, 3; end; OnClock0000: @@ -57,15 +59,16 @@ OnClock1200: restoreshopitem WoodenBow, 6800, 1; OnClock0400: OnClock1600: - restoreshopitem SharpKnife, -1, 1; - restoreshopitem EmptyBottle, -1, 1; - restoreshopitem LimeDye, -1, 1; + restoreshopitem SharpKnife, 1; + restoreshopitem EmptyBottle, 1; + restoreshopitem LimeDye, 1; OnClock0800: OnClock2000: - restoreshopitem Arrow, -1, 200; - restoreshopitem IronArrow, -1, 90; - restoreshopitem ArrowAmmoBox, -1, 2; - restoreshopitem IronAmmoBox, -1, 1; - + restoreshopitem Arrow, 200; + restoreshopitem IronArrow, 90; + restoreshopitem ArrowAmmoBox, 2; + restoreshopitem IronAmmoBox, 1; + restoreshopitem Coffee, 3; + end; } |