diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/wateranimation.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt index 367d4cb9a..cadd5e85d 100644 --- a/npc/005-1/wateranimation.txt +++ b/npc/005-1/wateranimation.txt @@ -18,6 +18,14 @@ OnInit: setarray .rare_fish, Tench; + setarray .bait_ids, + SmallTentacles, 6, + PiouLegs, 0, + Bread, 2, + Aquada, 6, + Tentacles, 8, + BugLeg, 0; + .sex = G_OTHER; .distance = 4; end; |