diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 34d3dd174..b2aedda29 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -70,7 +70,7 @@ OnInit: sellitem ShortTankTop, 80000, 1; sellitem TrainingBow, 990, 2; sellitem Arrow, -1, rand(10000,30000); - sellitem CroconutBox, rand(2850,3000), 4; + sellitem CroconutBox, rand(2650,3000), 4; .sex = G_MALE; .distance = 5; @@ -81,7 +81,7 @@ OnClock2359: restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 80000, 1; restoreshopitem Arrow, -1, rand(10000,30000); - restoreshopitem CroconutBox, rand(2850,3000), 4; + restoreshopitem CroconutBox, rand(2650,3000), 4; end; } |