summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 6ae3f4dd0..2a6dd9ba0 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1174,6 +1174,8 @@ function script HUB_PCBonus {
}
/* Passive Skills */
bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10;
+ if (getq(LoFQuest_Barbara) >= 4 || getq(General_Narrator) >= 19)
+ bonus bMaxSP, 40;
return;
}