From 1b5b80c87356bc720f34beec7bc5507dcf7a0b49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 May 2019 00:58:24 -0300 Subject: More minor bugfixes %%e --- npc/functions/news.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions') 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..."); -- cgit v1.2.3-60-g2f50