summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index ccc48a06d..3a745bd7a 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -661,8 +661,8 @@ function script sk_maxpoints {
.@val+=min(5, ((JobLevel-15)/12));
// 1 point per being a player
.@val+=1;
- // 1 point per Rebirth
- .@val+=REBIRTH;
+ // 2 points per Rebirth
+ .@val+=(REBIRTH*2);
// 1 point per skill permit level
.@val+=getskilllv(TMW2_SKILLPERMIT);
return .@val;