diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 400fc4564..79e6b0abb 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -487,11 +487,12 @@ function script EventHelp { } else if ($EVENT$ == "Fishing") { mesc ".:: " + l("Catch the Golden Fish!") + " ::.", 2; mes ""; - mes l("yadda yadda yadda"); - mes l("While fishing you may randomly get a golden fish"); + mes l("A few times during the year, the \"golden wave\" migrates from the north pole to the south pole."); + mes l("As a result, while fishing you may randomly get a golden fish."); mes ""; - mes l("yadda yadda yadda"); - mes l("Return them at the event NPC in Tulimshar"); + mes l("These gold fishes multiply horribly and have no natural predator."); + mes l("If left unchecked for long, they will eventually become the only specie on the sea."); + mes l("Help controlling their population, and return those you fish to Aurora!"); mes ""; mes l("Catch the golden fish swarm!"); mesc l("Location: Fishing spots in the water."), 3; |