summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 30a83b40a..e4b8f0e13 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1049,6 +1049,9 @@ function script clientupdater {
getitem ScholarshipBadge, 1;
if (getskilllv(TMW2_SKILLPERMIT) >= 2)
getexp 20000, 1000;
+ // Actual value has changed, you'll be refunded in EXP
+ if (getskilllv(TMW2_SKILLPERMIT) >= 1)
+ #ADD_LVL+=60000;
}
// :// End of Regular Update System