summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/025-1/phoenix.txt6
-rw-r--r--npc/functions/hub.txt4
2 files changed, 4 insertions, 6 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt
index ce0478274..72cec8090 100644
--- a/npc/025-1/phoenix.txt
+++ b/npc/025-1/phoenix.txt
@@ -107,12 +107,6 @@
// Okay, then a rebirth it is!
expandinventory(3);
REBIRTH+=1;
- STATUSUP_STR+=1;
- STATUSUP_AGI+=1;
- STATUSUP_VIT+=1;
- STATUSUP_INT+=1;
- STATUSUP_DEX+=1;
- STATUSUP_LUK+=1;
REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl-(REBIRTH_OVERLEVEL/REBIRTH));
resetlvl(3);
NewcomerEXPDROPUP();
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 45823ac11..01e2f2b90 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -1256,6 +1256,10 @@ function script HUB_PvP {
// HUB_PCBonus ()
function script HUB_PCBonus {
+ /* Rebirth Passives */
+ if (REBIRTH)
+ bonus bAllStats, REBIRTH;
+
/* Rebirth Traits */
if (PCBONUS & PCB_ATKBONUS) {
bonus bAtk, 25;