diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:30:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 00:30:08 -0300 |
commit | 32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4 (patch) | |
tree | 56d74416d9e80e403c6ab4d1414cfeab40f5d147 /npc | |
parent | 0dbf242aff4f39bbc7cd4a62a402e0edfb4f31d7 (diff) | |
download | serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.gz serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.bz2 serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.tar.xz serverdata-32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4.zip |
First bugfix of 9.2 alpha
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/news.txt b/npc/functions/news.txt index 6bebe4eae..0e2a8da7f 100644 --- a/npc/functions/news.txt +++ b/npc/functions/news.txt @@ -393,7 +393,7 @@ function script Journalman { mesc l("The Monster King Army left the cities! What will happen next? Anxiety grows!"); break; case 2: - mesc l("The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!", ($@MK_TEMPVAR+rand(-1,1))/5); + mesc l("The Monster King Army is attacking towns at random! Players already caused a loss of about @@ officers!", ($MK_TEMPVAR+rand(-1,1))/5); break; default: Exception(l("I do now know what this means: GS-@@-ICXN-@@", $GAME_STORYLINE, $@MK_TEMPVAR), RB_DEFAULT|RB_SPEECH); break; |