summaryrefslogtreecommitdiff
path: root/npc/003-1/eugene.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/eugene.txt')
-rw-r--r--npc/003-1/eugene.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt
index e1aad9187..c7bb3c580 100644
--- a/npc/003-1/eugene.txt
+++ b/npc/003-1/eugene.txt
@@ -98,6 +98,7 @@ OnInit:
.BaitCount = 10;
tradertype(NST_MARKET);
+ sellitem SmallFishingNet, -1, 1;
sellitem FishBox, -1, 5;
sellitem CommonCarp, -1, 3;
sellitem GrassCarp, -1, 1;
@@ -110,9 +111,10 @@ OnClock0611:
OnClock1200:
OnClock1801:
OnClock0003:
- restoreshopitem FishBox, -1, 5;
- restoreshopitem CommonCarp, -1, 3;
- restoreshopitem GrassCarp, -1, 1;
+ restoreshopitem SmallFishingNet, 1;
+ restoreshopitem FishBox, 5;
+ restoreshopitem CommonCarp, 3;
+ restoreshopitem GrassCarp, 1;
end;
}