diff options
-rw-r--r-- | npc/025-2/phoenix.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index c94cbba51..65c2336a9 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -65,11 +65,13 @@ STATUSUP_DEX+=2; STATUSUP_LUK+=2; resetlvl(3); - StatusResetReinvest(); NewcomerEXPDROPUP(); getitembound SupremeGift, 1, 4; warp "005-1", 40, 117; LOCATION$="Candor"; + kamibroadcast("%s has been reborn.", strcharinfo(0)); + $MOST_HEROIC$=strcharinfo(0); + StatusResetReinvest(); close; } |