From e0b5bc9350c612c2d6730b59bcb2224ad4800e66 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 26 Jan 2009 14:48:46 +0000 Subject: Replace references to ether magic with astral magic --- npc/013-1_Woodland_hills/sagatha.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/013-1_Woodland_hills/sagatha.txt') diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index 6165709c..aa7b55f1 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -1,4 +1,4 @@ -// Sagatha the witch, expert for nature and ether magic +// Sagatha the witch, expert for nature and astral magic //---------------------------------------- function script QuestSagathaHappy { @@ -180,17 +180,17 @@ L_teach_initial: mes "[Sagatha the Witch]"; mes "She snaps her fingers, and without warning you begin to acutely sense the magical energies around you, for a brief instant!"; mes "[5000 experience points]"; - mes "[Level 2 in Ether Magic]"; + mes "[Level 2 in Astral Magic]"; set @Q_status, @STATUS_STUDENT; callsub S_update_var; getexp 5000, 0; - if (getskilllv(SKILL_MAGIC_ETHER) < 2) - setskill SKILL_MAGIC_ETHER, 2; + if (getskilllv(SKILL_MAGIC_ASTRAL) < 2) + setskill SKILL_MAGIC_ASTRAL, 2; next; mes "[Sagatha the Witch]"; - mes "\"In the future, I will teach you nature and ether magic. For the other schools there are better teachers around.\""; + mes "\"In the future, I will teach you nature and astral magic. For the other schools there are better teachers around.\""; next; goto L_main; -- cgit v1.2.3-60-g2f50