summaryrefslogtreecommitdiff
path: root/npc/functions/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/news.txt')
-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 7f7152d41..877dc323c 100644
--- a/npc/functions/news.txt
+++ b/npc/functions/news.txt
@@ -304,7 +304,7 @@ function script Journalman {
mesc l("The Monster King Army left the cities! What will happen next? Anxiety grows!");
break;
case 2:
- .@def=100-(($MK_TEMPVAR+rand2(-1,1))/5);
+ .@def=100-(($MK_TEMPVAR+rand2(-1,1))*100/MK_SIEGE_TOTALPOWER);
if ($@MK_AGGRO >= 300)
.@st$=col(b(l("very mad")), 1);
else if ($@MK_AGGRO >= 200)