From c7c7025865c15bae943b731beb4ec2c3dc20738f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 11 May 2019 17:24:23 -0300 Subject: Sieges ARE event-level, so give more Strange Coins. --- npc/functions/siege.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 0cc7aeff0..9a756f221 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -289,13 +289,13 @@ OnRespawn: // Boss Death Labels OnLieutenantDeath: $MK_TEMPVAR+=1; - getitem StrangeCoin, 1; + getitem StrangeCoin, rand(5,10); mapannounce(getmap(), l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map); end; OnColonelDeath: $MK_TEMPVAR+=10; - getitem StrangeCoin, rand(5,10); + getitem StrangeCoin, rand(15,25); $MOST_HEROIC$=strcharinfo(0); mapannounce(getmap(), l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map); end; -- cgit v1.2.3-60-g2f50