diff options
Diffstat (limited to 'npc/012-5')
-rw-r--r-- | npc/012-5/nicholas.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index b645789c9..b1c3cde7c 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -25,7 +25,17 @@ close; OnInit: + tradertype(NST_MARKET); + sellitem Dagger, 4000, 5; + .sex = G_MALE; .distance = 5; end; + +OnClock0009: +OnClock0603: +OnClock1207: +OnClock1801: + restoreshopitem Dagger, 4000, 5; + end; } |