diff options
Diffstat (limited to 'npc/005-1')
-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; |