diff options
-rw-r--r-- | npc/functions/siege.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 2c1718853..38427004e 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -294,7 +294,7 @@ OnLieutenantDeath: end; OnColonelDeath: - getitem StrangeCoin, 5; + 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; |