diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-2/phoenix.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 50841c9ad..a5bfb0d8a 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -103,12 +103,19 @@ close; mes ".:: "+l("Human")+" ::."; mesc l("The most widespread race in the continent, highly versatile, perfect all-rounders."); + mesc l("Strength: NONE"), 2; + mesc l("Weakness: NONE"), 1; mes ""; + mes ".:: "+l("Elven")+" ::."; + 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; next; menuint - l("Human"), 1; + l("Human"), 0, + l("Elven"), 3; - jobchange max(0, @menuret-1); + jobchange max(0, @menuret); close; } |