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/001-7 | |
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/001-7')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 281235fa6..901683bbd 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -116,7 +116,7 @@ L_Survivor: OnVictory: stopnpctimer; setnpcdisplay .name$, NPC_SUMMONING_CIRC; - Karma=Karma+1; + //Karma=Karma+1; npctalk l("Good job... You can keep the drops. Touch here to return home."); areatimer "001-7", 20, 20, 141, 171, 10, "#YetiKing::OnDefeat"; end; |