summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 14:42:40 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 14:42:40 -0300
commit9ac3aa578729997fa7a7714ec8d783e9966669a0 (patch)
treed20821f7dd16122e9fa93994ababf11d767f6084
parent21686a4a781c38c82a046819485922b6c33c91fb (diff)
downloadserverdata-9ac3aa578729997fa7a7714ec8d783e9966669a0.tar.gz
serverdata-9ac3aa578729997fa7a7714ec8d783e9966669a0.tar.bz2
serverdata-9ac3aa578729997fa7a7714ec8d783e9966669a0.tar.xz
serverdata-9ac3aa578729997fa7a7714ec8d783e9966669a0.zip
Fix betsanc learning, but we need detsanc or... something.
-rw-r--r--npc/013-1/sagatha.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/013-1/sagatha.txt b/npc/013-1/sagatha.txt
index 24b50725..c0251ebd 100644
--- a/npc/013-1/sagatha.txt
+++ b/npc/013-1/sagatha.txt
@@ -306,10 +306,8 @@ L_Teach_N11:
if (@mexp < 250 || getskilllv(SKILL_MAGIC) < 2)
goto L_Teach_noexp;
mesn .@n$;
- mes "\"You can harden your skin with a hard spike. Hold it in your hands and speak '" + get(.invocation$, "protect") + "', then draw its hardness into your skin.\"";
- next;
- mesn .@n$;
- mes "\"Or call it into someone else's skin, by saying that someone's name right after the '" + get(.invocation$, "protect") + "'.\"";
+ mesq l("You can harden your skin with a hard spike. Hold it in your hands and speak '%s', then draw its hardness into your skin, or the skin of someone's else.", b("betsanc"));
+ learnskill EVOL_PHYSICAL_SHIELD;
next;
mesn .@n$;
mes "\"You can also remove this spell from yourself if you say '" + get(.invocation$, "antiprotect") + "'.\"";