diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:11:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-18 22:11:12 -0300 |
commit | 550f19f8ddae427f0f599f928dcd3ecd4a865c05 (patch) | |
tree | 3e71357e44ab94d0539d8eba9832aebd11344077 /npc/025-2 | |
parent | 86d658fcdf09f94a58ab8cb8de00ef404af0fa4e (diff) | |
download | serverdata-550f19f8ddae427f0f599f928dcd3ecd4a865c05.tar.gz serverdata-550f19f8ddae427f0f599f928dcd3ecd4a865c05.tar.bz2 serverdata-550f19f8ddae427f0f599f928dcd3ecd4a865c05.tar.xz serverdata-550f19f8ddae427f0f599f928dcd3ecd4a865c05.zip |
Orcish Class - OK
Diffstat (limited to 'npc/025-2')
-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; |