summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 02:03:32 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 02:03:32 -0300
commit9100e5509a016748a9d5d08db3f22947836349e4 (patch)
tree0fd31fffcd027d149992cb2c0de1f840236560a3 /npc/001-1
parent98ba4904651a9d6cce3a4c79c85b609d02594bc5 (diff)
downloadserverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.gz
serverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.bz2
serverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.xz
serverdata-9100e5509a016748a9d5d08db3f22947836349e4.zip
Keep the name of monsterinfo as "miteyo", so the Zax De'Kagen Showdown may be added later
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/ched.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/ched.txt b/npc/001-1/ched.txt
index 0db13b97..8bcd94fa 100644
--- a/npc/001-1/ched.txt
+++ b/npc/001-1/ched.txt
@@ -7,7 +7,7 @@
mesq l("I'm supposed to combine two potions to create a %s, but I can't seem to figure out which two to combine...", getitemlink(ConcentrationPotion));
next;
mesn;
- mes l("\"Maybe I should go back to practicing '%s' until I can make potions properly.\" %%6", b("monsterinfo"));
+ mes l("\"Maybe I should go back to practicing '%s' until I can make potions properly.\" %%6", (getskilllv(SKILL_MAGIC) ? b("miteyo") : b("monsterinfo spell")));
if (getskilllv(SKILL_MAGIC) > 1)
learnskill SKILL_MONSTERINFO;
close;