diff options
Diffstat (limited to 'npc/012-5/nicholas.txt')
-rw-r--r-- | npc/012-5/nicholas.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 024b0d295..a00bca288 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -211,8 +211,8 @@ L_Quiver: OnInit: tradertype(NST_MARKET); - sellitem Dagger, 4000, 5; - sellitem SharpKnife, 2000, 10; + sellitem Dagger, 600, 5; + sellitem SharpKnife, 450, 10; .sex = G_MALE; .distance = 5; @@ -222,7 +222,7 @@ OnClock0009: OnClock0603: OnClock1207: OnClock1801: - restoreshopitem Dagger, 4000, 5; - restoreshopitem SharpKnife, 2000, 10; + restoreshopitem Dagger, 600, 5; + restoreshopitem SharpKnife, 450, 10; end; } |