summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-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") + "'.\"";