summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-29 14:21:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-29 14:21:40 -0300
commit8b29f94754c87b013d5e758afe13e93524ae16fa (patch)
tree65bf2a9323eded4f1a08f064da08f1395c245870
parente9b3eaf74b48d0d504e30a81b7eb2050bf3d73b0 (diff)
downloadserverdata-r09.3_190630.tar.gz
serverdata-r09.3_190630.tar.bz2
serverdata-r09.3_190630.tar.xz
serverdata-r09.3_190630.zip
Well, lets make this clear...r09.3_190630
-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;