diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/wateranimation.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt index ce016c1c5..367d4cb9a 100644 --- a/npc/005-1/wateranimation.txt +++ b/npc/005-1/wateranimation.txt @@ -6,10 +6,18 @@ 005-1,74,52,0 script #water_animation_candor0 NPC_WATER_SPLASH,{ - pondfishing; // begin or continue fishing + fishing; // begin or continue fishing close; OnInit: + // default fishes + setarray .common_fish, + Roach; + + // rare fishes + setarray .rare_fish, + Tench; + .sex = G_OTHER; .distance = 4; end; |