diff options
author | wushin <pasekei@gmail.com> | 2016-01-26 13:32:37 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:04:36 -0500 |
commit | d0b2262fc38ecfa47671e1738d657b4317238499 (patch) | |
tree | 22eb4405d461e8e7d7040273895b5a81d95a0500 /world/map/npc/029-2/tanisha.txt | |
parent | f28b9ef883c8da9a890096d8e05865b90795c46d (diff) | |
download | serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.gz serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.bz2 serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.tar.xz serverdata-d0b2262fc38ecfa47671e1738d657b4317238499.zip |
Move gender selection to intro dialogue
Diffstat (limited to 'world/map/npc/029-2/tanisha.txt')
-rw-r--r-- | world/map/npc/029-2/tanisha.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/029-2/tanisha.txt b/world/map/npc/029-2/tanisha.txt index d69195a5..7142721e 100644 --- a/world/map/npc/029-2/tanisha.txt +++ b/world/map/npc/029-2/tanisha.txt @@ -110,7 +110,8 @@ L_StatsRe: next; mes "\"Think about how you want to play before assigning the points.\""; mes "\"My Uncle sitting at the counter knows a spell to help the younglings reset their stats.\""; - mes "\"He also knows of mages with even more powerful reset spells.\""; + mes "\"He can also change your hair style and color, along with your gender.\""; + mes "\"Furthermore, he knows of mages with even more powerful reset spells for your stats.\""; next; if (QL_BEGIN == 7) goto L_Money; |