summaryrefslogtreecommitdiff
path: root/npc/012-3_Cave/mana-seed.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-10 13:21:56 -0700
committerFate <fate-tmw@googlemail.com>2009-01-10 13:21:56 -0700
commit54238fbc5acca341449cd0b73b12e3b257a6d2cb (patch)
tree829ab46761676236ae60e7d161754f2de7220e9a /npc/012-3_Cave/mana-seed.txt
parentd075f25617f1306ad2aef2b1e87567f6c683aa7f (diff)
downloadserverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.gz
serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.bz2
serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.tar.xz
serverdata-54238fbc5acca341449cd0b73b12e3b257a6d2cb.zip
Numerous fixes. Magic level 0 should be fully operational now.
Diffstat (limited to 'npc/012-3_Cave/mana-seed.txt')
-rw-r--r--npc/012-3_Cave/mana-seed.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/012-3_Cave/mana-seed.txt b/npc/012-3_Cave/mana-seed.txt
index 6ad8a37e..7b8c7796 100644
--- a/npc/012-3_Cave/mana-seed.txt
+++ b/npc/012-3_Cave/mana-seed.txt
@@ -127,8 +127,6 @@ L_magic_level_1:
mes "It is a light-headed feeling, and you find yourself forced to sit down for a few seconds to recover.";
mes "Something is different. A new power has grown within you and is waiting to be understood.";
mes "[1000 experience points]";
- next;
-
skill SKILL_MAGIC, 1;
getexp 1000, 0;
next;
@@ -182,7 +180,7 @@ L_magic_touch:
L_magic_levelup:
set @baselevel_needed, @min_level[getskilllv(SKILL_MAGIC) + 1];
- if (base_level < @baselevel_needed)
+ if (BaseLevel < @baselevel_needed)
goto L_insufficient_baselevel;
mes "Its energy permeates you, surrounds you. You are suddenly uncertain if it is you who is containing the orb's powers or if it is the orb who is seeking out yours.";
next;
@@ -248,7 +246,7 @@ L_magic_maxed_out:
goto L_magic_mainmenu;
-L_insufficent_baselevel:
+L_insufficient_baselevel:
mes "Its energies rush through you. You fight to keep them under control, to contain them in your body. Alas, your body is too frail-- you have to let go.";
mes "Frustrated, you give up. You have the skill needed to control this power, but you will have to grow up some more before your body can handle it.";
next;