summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 0e2a8da7f..7e281772f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -361,13 +361,16 @@ function script Journalman {
mesq l("Bonjour! I am @@, and I am from the Press! Read the latest news with me!", getarg(0));
mes "";
// Report any ongoing event
- if ($EVENT$ != "")
+ if ($EVENT$ != "") {
mesc l("It's @@ (day)!", $EVENT$);
mesc l("Try talking to Soul Menhir or with any NPC on Tulimshar Centre (near Soul Menhir).");
+ }
+
if ($@GM_EVENT)
mesc l("An event is happening at Aeros! Hurry up!");
else if ($@MK_SCENE)
mesc l("The Monster King is on the move!");
+
switch (season()) {
case SPRING:
mesc l("It's spring! Two lovely NPCs at woodlands can be found...");