From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/013-2/wizard.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'world/map/npc/013-2/wizard.txt') 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]"; -- cgit v1.2.3-60-g2f50