diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 0094a5b77..1fb983bdf 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -295,13 +295,15 @@ function script GameNews { function script Journalman { npctalk3 any( - l("Nivalis is in need of help from all adventurers!"), + l("Nivalis was rebuilt, but not completely!"), l("Dry season at Tulimshar causes crops problems!"), l("Land Of Fire surprises everyone! There are even pet tamers!"), l("Nameless Doctor found at LoF have a friend! This never happened before!"), l("Halinarzo Church makes a party every Sunday! Only true believers are invited!"), l("Beware the Terranite! Only @@ would be brave enough to challenge them!", $MOST_HEROIC$), l("Monsters are dropping strange stuff! The world is changing!"), + l("Terrible manaquake hits the whole world, causing dramatic changes!"), + l("Archers start to appear on the game! It seems archery is easier now!"), l("All hail @@ and Andrei Sakar, heroes of the world!", $MOST_HEROIC$)); mesn getarg(0); mesq l("Bonjour! I am @@, and I am from the Press! Read the latest news with me!", getarg(0)); |