diff options
Diffstat (limited to 'world/map/npc/013-2/wizard.txt')
-rw-r--r-- | world/map/npc/013-2/wizard.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/world/map/npc/013-2/wizard.txt b/world/map/npc/013-2/wizard.txt index 6f2fd8c7..042ab1f7 100644 --- a/world/map/npc/013-2/wizard.txt +++ b/world/map/npc/013-2/wizard.txt @@ -30,10 +30,9 @@ L_Thanks: "Alright.", L_Agree, "I am studying magic, can you help?", L_NewStudent, "Your apprentice? ... No thanks.", L_Decline; - //else - menu - "Alright.", L_Agree, - "Your apprentice? ... No thanks.", L_Decline; + menu + "Alright.", L_Agree, + "Your apprentice? ... No thanks.", L_Decline; L_Decline: mes "[Old Wizard]"; @@ -46,15 +45,14 @@ L_NewStudent: next; // check if the player has the knowledge of any skill - if (!(getskilllv(SKILL_POOL))) - menu - "That would be very kind of you!", L_TeachSpell, - "No, but thank you!", L_Decline; - //else + if (getskilllv(SKILL_POOL)) menu "That would be very kind of you!", L_TeachSpell, "Actually I am looking for someone teaching me some more magic skills.", L_AstralSoul, "No, but thank you!", L_Decline; + menu + "That would be very kind of you!", L_TeachSpell, + "No, but thank you!", L_Decline; L_TeachSpell: mes "[Old Wizard]"; |