From 237130b82e9ca246007b179515c89bee8671aa87 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Feb 2021 18:23:58 -0300 Subject: Insurance items --- npc/025-1/yuko.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/025-1/yuko.txt') 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; -- cgit v1.2.3-60-g2f50