summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/news.txt2
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;