summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-7/celestia_bossfight.txt2
-rw-r--r--npc/012-1/guards.txt2
2 files changed, 2 insertions, 2 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;
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);