diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/yuko.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index 0eb692d9d..bfe3698f2 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -28,6 +28,7 @@ OnInit: .distance = 4; tradertype(NST_MARKET); + sellitem InsuranceContract, -1, 1; sellitem HomunResetPotion, -1, 5; sellitem PurificationPotion, -1, 20; sellitem AtroposMixture, -1, 50; @@ -38,8 +39,9 @@ OnInit: end; OnClock1149: - restoreshopitem ThornAmmoBox, 5; - restoreshopitem PileOfAsh, 25; + restoreshopitem InsuranceContract, 1; + restoreshopitem ThornAmmoBox, 5; + restoreshopitem PileOfAsh, 25; OnClock2359: restoreshopitem HomunResetPotion, 5; restoreshopitem PurificationPotion, 20; |