diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:11:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:11:00 -0300 |
commit | f00fad385eadb6b50335a300d75b806621fa417b (patch) | |
tree | 08c40f29ccf61e77cef5a45ac047afc375ea6b3e /npc/012-1 | |
parent | 71ca63db4d154e34a2124c047e53ece1e8cc1dcd (diff) | |
download | serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.gz serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.bz2 serverdata-f00fad385eadb6b50335a300d75b806621fa417b.tar.xz serverdata-f00fad385eadb6b50335a300d75b806621fa417b.zip |
Remove some ancient remains from buggy Karma system
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 0935d8797..6875fbb85 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -463,7 +463,7 @@ OnVictory: if (rand(10000) <= $coinsrate + (getmapusers("012-1")*200)) getmapxy(.@m$, .@x, .@y, 0); makeitem(StrangeCoin, 1, "012-1", .@x, .@y); - Karma=Karma+1; + //Karma=Karma+1; $MOST_HEROIC$=strcharinfo(0); bg_destroy(1); bg_destroy(2); |