diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-2/phoenix.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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; |