diff options
-rw-r--r-- | npc/001-1/wateranimation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt index 60f988f0..d80c1534 100644 --- a/npc/001-1/wateranimation.txt +++ b/npc/001-1/wateranimation.txt @@ -18,7 +18,7 @@ OnInit: 001-1,119,102,0 script #water_animation1 NPC_WATER_SPLASH,{ narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + l("You see some fish reflecting the sun on the surface of the water."); fishing; close; @@ -30,7 +30,7 @@ OnInit: 001-1,167,82,0 script #water_animation2 NPC_WATER_SPLASH,{ narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + l("You see some fish reflecting the sun on the surface of the water."); fishing; close; @@ -42,7 +42,7 @@ OnInit: 001-1,167,40,0 script #water_animation3 NPC_WATER_SPLASH,{ narrator 4, - l("You see some fish reflecting the sun on the surface of the ocean."); + l("You see some fish reflecting the sun on the surface of the water."); fishing; close; |