summaryrefslogtreecommitdiff
path: root/npc/025-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 07:50:48 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 07:50:48 -0300
commit64b9152d91c2f80a9c2396566d9bd6289c1e2a9c (patch)
treec572287b14b07c6b47e2ad7bd708da35248523f1 /npc/025-2
parent043bb10c515fe34ecc5758922e2d00ec80770cc8 (diff)
downloadserverdata-64b9152d91c2f80a9c2396566d9bd6289c1e2a9c.tar.gz
serverdata-64b9152d91c2f80a9c2396566d9bd6289c1e2a9c.tar.bz2
serverdata-64b9152d91c2f80a9c2396566d9bd6289c1e2a9c.tar.xz
serverdata-64b9152d91c2f80a9c2396566d9bd6289c1e2a9c.zip
Phoenix: Allow to rebirth as different human flavors.
Allow to don't change race as last option (safety)
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;