diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:33:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:33:01 -0300 |
commit | c41b4d6d7000836c7e309ba710b2fc8506a2d427 (patch) | |
tree | ccd726718ca94cf93af287862bf47335b8c79f5e | |
parent | 40a2b01de1698487d63e4b87eba58abab8a9906a (diff) | |
download | serverdata-c41b4d6d7000836c7e309ba710b2fc8506a2d427.tar.gz serverdata-c41b4d6d7000836c7e309ba710b2fc8506a2d427.tar.bz2 serverdata-c41b4d6d7000836c7e309ba710b2fc8506a2d427.tar.xz serverdata-c41b4d6d7000836c7e309ba710b2fc8506a2d427.zip |
Handle Game Story 3 on journalman
-rw-r--r-- | npc/functions/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 1462f869f..90cb334d6 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -426,6 +426,8 @@ function script Journalman { break; case 3: mesc l("The Monster Army is in complete disarray, sieges are much less frequent."); + mesc l("The mist over the Impregnable Fortress Peak finally lowered down, and it seems... The peaks are no more!"); + mesc l("The Monster King Layer is not in a impregnable mountain, but in a small island now!!"); break; default: Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; |