summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-18 01:30:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-18 01:30:57 -0300
commit40a2b01de1698487d63e4b87eba58abab8a9906a (patch)
tree71d02f9f752832a51cebbf37b44502a9aa6d6585 /npc/functions/news.txt
parent960dee60bbd65262c951bfed1f8eea067d26a35f (diff)
downloadserverdata-40a2b01de1698487d63e4b87eba58abab8a9906a.tar.gz
serverdata-40a2b01de1698487d63e4b87eba58abab8a9906a.tar.bz2
serverdata-40a2b01de1698487d63e4b87eba58abab8a9906a.tar.xz
serverdata-40a2b01de1698487d63e4b87eba58abab8a9906a.zip
Change MK rule when siege stage is over.
During stage 3, a side event may happen until throttle time is fulfilled. This side event will eat 2/5 of whatever he accumulated.
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r--npc/functions/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt
index 4ee44f102..1462f869f 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -424,6 +424,9 @@ function script Journalman {
mesc l("The Monster King Army is attacking towns at random, but players already reduced their organization to @@ %%!", .@def);
mesc l("With recent player activity, the Monster king is @@!", .@st$);
break;
+ case 3:
+ mesc l("The Monster Army is in complete disarray, sieges are much less frequent.");
+ break;
default:
Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break;
}