diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 18001b671..b6eb85d2c 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -498,6 +498,19 @@ function script EventHelp { mes l("Catch the golden fish swarm!"); mesc l("Location: Fishing spots in the water."), 3; ///////////////////////////////////////////////////////////////////////// + } else if ($EVENT$ == "Mining") { + mesc ".:: " + l("Miners Union Research Request!") + " ::.", 2; + mes ""; + mes l("While mining bifs, a strange powder appeared."); + mes l("The effects and uses - if any - are still unknown."); + mes ""; + mes l("The Miners Union is trying to research this powder."); + mes l("A reward is promised to those whom cooperate."); + mes l("Collaborate by giving this powder to Aurora, before it vanishes!"); + mes ""; + mes l("Mysterious Powder expires after some time!"); + mesc l("Location: All bifs in the world."), 3; + ///////////////////////////////////////////////////////////////////////// } else { mesc l("There's no help available for this event."); ///////////////////////////////////////////////////////////////////////// |