diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-17 15:00:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-17 15:00:16 -0300 |
commit | e8c3751f7330b4bc809326b8f107e5cb8f50c70f (patch) | |
tree | 09f3ad9b3b97415f8bc80df942485a5c0e712bf0 | |
parent | e5a979d560a92fe00d7c4c6e26d81c70c25d7afa (diff) | |
download | serverdata-e8c3751f7330b4bc809326b8f107e5cb8f50c70f.tar.gz serverdata-e8c3751f7330b4bc809326b8f107e5cb8f50c70f.tar.bz2 serverdata-e8c3751f7330b4bc809326b8f107e5cb8f50c70f.tar.xz serverdata-e8c3751f7330b4bc809326b8f107e5cb8f50c70f.zip |
Kage - broadcast final scores too
-rw-r--r-- | npc/006-8/kage.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/006-8/kage.txt b/npc/006-8/kage.txt index 45dbed0f7..e652dd68f 100644 --- a/npc/006-8/kage.txt +++ b/npc/006-8/kage.txt @@ -296,6 +296,7 @@ OnTimer300000: OnMinute30: /* Finish the duel! */ killmonsterall("006-8"); + mapannounce "006-8", sprintf("Kage : Final Score: Magenta %d - %d Yellow", .sp2, .sp1), 0; if (.sp2 > .sp1) { // More spark 2 killed than spark 1 mapannounce "006-8", "Kage : ##BMagenta Team##b is the victor!", 0; |