summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-23 18:23:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-23 18:23:58 -0300
commit237130b82e9ca246007b179515c89bee8671aa87 (patch)
treeb7d6b58164835a3b61341eaec33288b0dfdb07b4 /npc/025-1
parent0bd4c906db2e55d8cff4c1c7bcacf14884f451c9 (diff)
downloadserverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.gz
serverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.bz2
serverdata-237130b82e9ca246007b179515c89bee8671aa87.tar.xz
serverdata-237130b82e9ca246007b179515c89bee8671aa87.zip
Insurance items
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/yuko.txt6
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;