diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:58:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:58:24 -0300 |
commit | 1b5b80c87356bc720f34beec7bc5507dcf7a0b49 (patch) | |
tree | 5fc9391832036c5d1703a50a1d37b0f5e25663fe | |
parent | add80420d166109872a31e204ddf6d7c59381fc5 (diff) | |
download | serverdata-1b5b80c87356bc720f34beec7bc5507dcf7a0b49.tar.gz serverdata-1b5b80c87356bc720f34beec7bc5507dcf7a0b49.tar.bz2 serverdata-1b5b80c87356bc720f34beec7bc5507dcf7a0b49.tar.xz serverdata-1b5b80c87356bc720f34beec7bc5507dcf7a0b49.zip |
More minor bugfixes %%e
-rw-r--r-- | npc/functions/news.txt | 5 |
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..."); |