summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/siege.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index a43badc61..f7e2fac4e 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -188,6 +188,7 @@ function script siege_check {
debugmes "Number of boss grade monsters found: %d", .@mb;
$SIEGE_DIFFICULTY=max(1, ($SIEGE_DIFFICULTY/2));
} else {
+ kamibroadcast("The city was defended with success! GG, everyone!");
$SIEGE_DIFFICULTY+=1;
}
return;