diff options
Diffstat (limited to 'npc/functions/news.txt')
-rw-r--r-- | npc/functions/news.txt | 3 |
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; } |