From 32f9a3a493f0f0f965a31e2bf8b0af7b9d5863c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 May 2019 00:30:08 -0300 Subject: First bugfix of 9.2 alpha --- npc/functions/news.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2