summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/util.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 99dc2045f..7bf00d0d6 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -681,6 +681,8 @@ function script sk_maxpoints {
.@val+=(REBIRTH*2);
// 1 point per skill permit level
.@val+=getskilllv(TMW2_SKILLPERMIT);
+ // Sacrificing the Mouboo: +1 MSP
+ .@val+=(alignment() < 0 ? 1 : 0);
return .@val;
}