diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-07 22:26:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-07 22:26:26 -0300 |
commit | 7602746b5d5065f4bc49c1f05f2e3b302cdf42d5 (patch) | |
tree | b304a94eea9fb6475b972a05792d5e6bbac33798 /npc/functions | |
parent | b7cf563bcb753a3b8339e34662d18b9cb2a48376 (diff) | |
download | serverdata-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')
-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; |