From 7dcd5458ad1b64976b6d16f86c90ab3ef44bac84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 May 2019 22:23:59 -0300 Subject: Minor rewrite for better readability --- npc/003-1/neko.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index e9338449a..7687983c9 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -78,16 +78,17 @@ OnInit: .distance = 5; end; +OnClock1149: OnClock2359: restoreshopitem LeatherShirt, 12000, 1; - restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 8000, 1; + restoreshopitem TrainingBow, 990, 2; + restoreshopitem CottonCloth, 3; + restoreshopitem RoastedMaggot, 2; restoreshopitem ArrowAmmoBox,rand(5,10); restoreshopitem Arrow, rand(10000,30000); - restoreshopitem CottonCloth, -1, 3; - restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; - restoreshopitem EmptyBox, -1, 2; + restoreshopitem EmptyBox, 2; end; } -- cgit v1.2.3-70-g09d2