diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 13:56:02 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 13:56:02 -0200 |
commit | d7d377939975609d65812679115983767de7da14 (patch) | |
tree | f3fb9a61fa177826d6c71c38c9a2389499d56748 /npc/005-1/wateranimation.txt | |
parent | 72bc3413d34df0ad03c21df1cd5949b455deb14b (diff) | |
download | serverdata-d7d377939975609d65812679115983767de7da14.tar.gz serverdata-d7d377939975609d65812679115983767de7da14.tar.bz2 serverdata-d7d377939975609d65812679115983767de7da14.tar.xz serverdata-d7d377939975609d65812679115983767de7da14.zip |
Minor rework to how rare-fish fishing goes
Diffstat (limited to 'npc/005-1/wateranimation.txt')
-rw-r--r-- | npc/005-1/wateranimation.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/005-1/wateranimation.txt b/npc/005-1/wateranimation.txt index 109cee78a..519ad6069 100644 --- a/npc/005-1/wateranimation.txt +++ b/npc/005-1/wateranimation.txt @@ -19,12 +19,12 @@ OnInit: Tench; setarray .bait_ids, - SmallTentacles, 6, - PiouLegs, 0, - Bread, 2, - Aquada, 6, - Tentacles, 8, - BugLeg, 0; + SmallTentacles, 24, + PiouLegs, 1, + Bread, 8, + Aquada, 24, + Tentacles, 32, + BugLeg, 2; .sex = G_OTHER; .distance = 4; |