diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:33:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:33:43 -0300 |
commit | 81bc125a4cd39cf19accba63983d623fc0a48fc2 (patch) | |
tree | 508549a06b0dc4f45674f35a986dc6d8f9785c90 | |
parent | c41b4d6d7000836c7e309ba710b2fc8506a2d427 (diff) | |
download | serverdata-81bc125a4cd39cf19accba63983d623fc0a48fc2.tar.gz serverdata-81bc125a4cd39cf19accba63983d623fc0a48fc2.tar.bz2 serverdata-81bc125a4cd39cf19accba63983d623fc0a48fc2.tar.xz serverdata-81bc125a4cd39cf19accba63983d623fc0a48fc2.zip |
Warn on Journalman that GS4 means final boss fight. Only that.
-rw-r--r-- | npc/functions/news.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 90cb334d6..949ec79dc 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -427,7 +427,11 @@ function script Journalman { 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!!"); + mesc l("The Monster King Lair is not in a impregnable mountain, but in a small island now!!"); + break; + case 4: + mesc l("We must defeat the Monster King on his evil lair!"); + mesc l("Only then we may have peace!!"); break; default: Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; |