diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-29 14:21:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-29 14:21:40 -0300 |
commit | 8b29f94754c87b013d5e758afe13e93524ae16fa (patch) | |
tree | 65bf2a9323eded4f1a08f064da08f1395c245870 /npc/functions | |
parent | e9b3eaf74b48d0d504e30a81b7eb2050bf3d73b0 (diff) | |
download | serverdata-8b29f94754c87b013d5e758afe13e93524ae16fa.tar.gz serverdata-8b29f94754c87b013d5e758afe13e93524ae16fa.tar.bz2 serverdata-8b29f94754c87b013d5e758afe13e93524ae16fa.tar.xz serverdata-8b29f94754c87b013d5e758afe13e93524ae16fa.zip |
Well, lets make this clear...r09.3_190630
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/siege.txt | 1 |
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; |