diff options
-rw-r--r-- | npc/014-2/mouboo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt index 31420785a..69343a46c 100644 --- a/npc/014-2/mouboo.txt +++ b/npc/014-2/mouboo.txt @@ -95,6 +95,7 @@ L_Begin: if (.@q2 > 1000) { mesc l("This will be remembered."), 6; setq HurnscaldQuest_InjuriedMouboo, 2; + Karma=Karma+1; getexp 800, 0; close; } @@ -132,6 +133,7 @@ L_Begin: mesq l("Is... Dan... Ger... Ous..."); mesq l("...Help... Me..."); setq HurnscaldQuest_InjuriedMouboo, 9; + Karma=Karma-1; getexp 800, 0; next; |