diff options
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r-- | npc/functions/siege.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 10dd96a9d..6e6a48717 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -503,10 +503,8 @@ OnCaptainDeath: end; OnColonelDeath: - if ($GAME_STORYLINE == 2) { + if ($GAME_STORYLINE == 2) $MK_TEMPVAR+=7; - $MOST_HEROIC$=strcharinfo(0); - } getitem StrangeCoin, rand2(15,20); announce("##2The Monster Colonel was defeated by "+strcharinfo(0)+"!", bc_all); $@EXP_EVENT=rand2(10, 12); @@ -518,7 +516,6 @@ OnGeneralDeath: if ($GAME_STORYLINE == 2) $MK_TEMPVAR+=9; getitem StrangeCoin, rand2(20,25); - $MOST_HEROIC$=strcharinfo(0); announce("##2The Monster General was defeated by "+strcharinfo(0)+"!", bc_all); $@EXP_EVENT=rand2(13, 15); $@EXP_EVENT_TIME=1; |