diff options
-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; |