diff options
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 62e664b1..0c56ecf7 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -272,7 +272,7 @@ L_Teach_Initial_Noroom: L_Teach_CheckAdvanceTo2: mes "[Elanore the Healer]"; - if (@Q_heal_exp < 30) + if (@Q_heal_exp < 20) goto L_Teach_CheckAdvanceTo2_fail; mes "Elanore smiles at you."; mes "\"From what I have been hearing, you seem to be doing well on your way to becoming a healer. I have decided to accept you as a student of the School of Life Magic.\""; @@ -313,9 +313,9 @@ L_Teach_CheckAdvanceTo2_fail: mes "\"I think I would like to observe you for a little longer to see if you would make a good healer.\""; if (@Q_heal_exp < 5) mes "\"You are still at the beginning of your path, but do keep practicing.\""; - if ((@Q_heal_exp >= 5) && (@Q_heal_exp < 20)) + if ((@Q_heal_exp >= 5) && (@Q_heal_exp < 15)) mes "\"You are making progress, but you still need more practice.\""; - if (@Q_heal_exp >= 20) + if (@Q_heal_exp >= 15) mes "\"You have made good progress, but please do continue in your efforts.\""; close; |