summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/hub.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index ef5a94b94..02734d1da 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -970,6 +970,7 @@ function script HUB_PvP {
// HUB_PCBonus ()
function script HUB_PCBonus {
+ /* Rebirth Traits */
if (PCBONUS & PCB_ATKBONUS) {
bonus bAtk, 25;
}
@@ -1033,6 +1034,8 @@ function script HUB_PCBonus {
if (PCBONUS & PCB_LEGENDARY) {
bonus bDefRatioAtkRace, RC_Legendary;
}
+ /* Passive Skills */
+ bonus2 bSubRace, RC_Legendary, getskilllv(AL_DP)-10;
return;
}