From eb85c0ce78927d038a58c558bf69b5c2d9aacafc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jun 2020 21:51:30 -0300 Subject: Sacrificing the injuried mouboo will now give you 1 MSP Ideally though, we should have Orum/Waric/whatever give you this MSP --- npc/functions/util.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/util.txt') 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; } -- cgit v1.2.3-70-g09d2