diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 344172d40..a7c146f02 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -853,6 +853,14 @@ function script clientupdater { dispbottom col(l("MSP for Lightning Strike was refunded."), 1); } + // CR_TRUST MSP cost differ, refund + if (getskilllv(CR_TRUST)) { + getitembound ScholarshipBadge, getskilllv(CR_TRUST), 4; + MAGIC_PTS-=getskilllv(CR_TRUST)+2; + skill CR_TRUST, 0, 0; + dispbottom col(l("MSP for Last Man Standing was refunded."), 1); + } + // Eisten Update if (getq(TulimsharQuest_Eistein) > 3) { |