summaryrefslogtreecommitdiff
path: root/world/map/npc/012-3/mana-seed.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-14 11:26:25 -0600
committerwushin <pasekei@gmail.com>2015-02-19 22:19:27 -0600
commite80a9f91f84bc27df05e6a2466732d765aa075ac (patch)
tree131b830eef61d25e1d16b555608493ea399c6350 /world/map/npc/012-3/mana-seed.txt
parenta23957369f82dd7102623d3e373c7ecd2848556b (diff)
downloadserverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.gz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.bz2
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.tar.xz
serverdata-e80a9f91f84bc27df05e6a2466732d765aa075ac.zip
Shorten Labels
Diffstat (limited to 'world/map/npc/012-3/mana-seed.txt')
-rw-r--r--world/map/npc/012-3/mana-seed.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/012-3/mana-seed.txt b/world/map/npc/012-3/mana-seed.txt
index 8e5956f5..3ed6d918 100644
--- a/world/map/npc/012-3/mana-seed.txt
+++ b/world/map/npc/012-3/mana-seed.txt
@@ -175,7 +175,7 @@ L_magic_touch:
L_magic_levelup:
set @baselevel_needed, @min_level[getskilllv(SKILL_MAGIC) + 1];
if (BaseLevel < @baselevel_needed)
- goto L_insufficient_baselevel;
+ goto L_ins_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;
mes "[Mana Seed]";
@@ -223,7 +223,7 @@ L_magic_maxed_out:
next;
goto L_magic_mainmenu;
-L_insufficient_baselevel:
+L_ins_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;