summaryrefslogtreecommitdiff
path: root/npc/025-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/025-2')
-rw-r--r--npc/025-2/phoenix.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt
index 0989300ca..0d9904549 100644
--- a/npc/025-2/phoenix.txt
+++ b/npc/025-2/phoenix.txt
@@ -165,14 +165,17 @@
}
next;
menuint
- l("Human"), 0,
+ l("Kaizei Human"), 0,
rif(REBIRTH >= 1, l("Elven")), 3,
rif(REBIRTH >= 1, l("Tritan")), 6,
rif(REBIRTH >= 2, l("Raijin")), 5,
rif(REBIRTH >= 2, l("Orc")), 4,
rif(REBIRTH >= 3, l("Ukar")), 7,
rif(REBIRTH >= 3, l("Redy")), 8,
- rif(REBIRTH >= 5, l("Savior")), 9;
+ rif(REBIRTH >= 5, l("Savior")), 9,
+ l("Argaes Human"), 1,
+ l("Tonori Human"), 2,
+ l("Don't change race"), Class;
jobchange max(0, @menuret);
close;