summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/phoenix.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt
index c9e95556a..edeb26f3e 100644
--- a/npc/025-1/phoenix.txt
+++ b/npc/025-1/phoenix.txt
@@ -60,6 +60,8 @@ OnMain:
mes l("* 1 Trait");
mes l("* Healing items improved");
mes l("* %s Level up", getskillname(TMW2_DROPS));
+ if (REBIRTH == 3)
+ mesc l("Only for this rebirth: +2 %s and +1 Lv to %s", getitemlink(SupremeGift), getskillname(TMW2_DROPS));
if (BaseLevel < .@blvl) {
setpcblock(PCBLOCK_HARD, false);
close;
@@ -92,9 +94,11 @@ OnMain:
REBIRTH_OVERLEVEL=max(0, BaseLevel-.@blvl-(REBIRTH_OVERLEVEL/REBIRTH));
resetlvl(3);
sk_lvup(TMW2_DROPS);
+ if (REBIRTH == 4)
+ sk_lvup(TMW2_DROPS);
NewcomerEXPDROPUP();
getvaultexp(20);
- getitembound SupremeGift, 1, 4;
+ getitembound SupremeGift, (REBIRTH == 4 ? 3 : 1), 4;
warp "005-1", 40, 117;
LOCATION$="Candor";
kamibroadcast(strcharinfo(0)+" has been reborn.");