summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-07 22:26:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-07 22:26:26 -0300
commit7602746b5d5065f4bc49c1f05f2e3b302cdf42d5 (patch)
treeb304a94eea9fb6475b972a05792d5e6bbac33798 /npc/functions/siege.txt
parentb7cf563bcb753a3b8339e34662d18b9cb2a48376 (diff)
downloadserverdata-7602746b5d5065f4bc49c1f05f2e3b302cdf42d5.tar.gz
serverdata-7602746b5d5065f4bc49c1f05f2e3b302cdf42d5.tar.bz2
serverdata-7602746b5d5065f4bc49c1f05f2e3b302cdf42d5.tar.xz
serverdata-7602746b5d5065f4bc49c1f05f2e3b302cdf42d5.zip
Give players 5~10 strange coins for colonel (to be at least proportional to TEMPVAR)
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt2
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;