summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/siege.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 38427004e..0cc7aeff0 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -288,16 +288,16 @@ OnRespawn:
// Boss Death Labels
OnLieutenantDeath:
+ $MK_TEMPVAR+=1;
getitem StrangeCoin, 1;
mapannounce(getmap(), l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map);
- $MK_TEMPVAR+=1;
end;
OnColonelDeath:
+ $MK_TEMPVAR+=10;
getitem StrangeCoin, rand(5,10);
$MOST_HEROIC$=strcharinfo(0);
mapannounce(getmap(), l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map);
- $MK_TEMPVAR+=10;
end;
}