diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
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; } |