From 550f19f8ddae427f0f599f928dcd3ecd4a865c05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Apr 2020 22:11:12 -0300 Subject: Orcish Class - OK --- npc/025-2/phoenix.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'npc/025-2/phoenix.txt') diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index a5bfb0d8a..1af427391 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -110,10 +110,18 @@ mesc l("Less common. They are highly intelligent, and have higher magical affinity, and live longer, but lacks creativity."); mesc l("Strength: INT++, DEX+"), 2; mesc l("Weakness: STR--, LUK-"), 1; + if (REBIRTH > 1) { + mes ""; + mes ".:: "+l("Orc")+" ::."; + mesc l("Less common. They are highly strong and bulky. That's everything."); + mesc l("Strength: Carry Weight++, STR++, VIT++"), 2; + mesc l("Weakness: INT--, DEX--"), 1; + } next; menuint l("Human"), 0, - l("Elven"), 3; + l("Elven"), 3, + rif(REBIRTH > 1, l("Orc")), 4; jobchange max(0, @menuret); close; -- cgit v1.2.3-70-g09d2