From 7602746b5d5065f4bc49c1f05f2e3b302cdf42d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 May 2019 22:26:26 -0300 Subject: Give players 5~10 strange coins for colonel (to be at least proportional to TEMPVAR) --- npc/functions/siege.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/siege.txt') 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; -- cgit v1.2.3-60-g2f50