diff options
Diffstat (limited to 'npc/003-1/wateranimation.txt')
-rw-r--r-- | npc/003-1/wateranimation.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt index c495e71b8..f99753da9 100644 --- a/npc/003-1/wateranimation.txt +++ b/npc/003-1/wateranimation.txt @@ -1,7 +1,8 @@ -// Evol scripts. +// TMW2 scripts. // Author: // gumi // Reid +// Saulc // Description: // Water animations, splash, fishes, etc... @@ -12,7 +13,7 @@ OnInit: .sex = G_OTHER; - .distance = 5; + .distance = 4; end; } |