summaryrefslogtreecommitdiff
path: root/npc/boss/throne.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/boss/throne.txt')
-rw-r--r--npc/boss/throne.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/boss/throne.txt b/npc/boss/throne.txt
index c34cbf6cd..e9c82a488 100644
--- a/npc/boss/throne.txt
+++ b/npc/boss/throne.txt
@@ -31,11 +31,12 @@ OnBegin:
monster("boss", 40, 50, strmobinfo(1, .@mobId), .@mobId, 1, "#SiegeCtrl::On"+.@ts$+"Death");
monster("boss", 50, 40, strmobinfo(1, .@mobId), .@mobId, 1, "#SiegeCtrl::On"+.@ts$+"Death");
+ mapannounce("boss", "Begin!", bc_map|bc_npc);
initnpctimer;
end;
function CheckFinalAssault {
- if (!siege_calcdiff(5)) {
+ if (!siege_calcdiff("boss", 5)) {
kamibroadcast("You noobs, you all deserve to die!", "Monster King");
stopnpctimer;
$@MK_CHALLENGE=false;