From 9ac3aa578729997fa7a7714ec8d783e9966669a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 14:42:40 -0300 Subject: Fix betsanc learning, but we need detsanc or... something. --- npc/013-1/sagatha.txt | 6 ++---- 1 file 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") + "'.\""; -- cgit v1.2.3-70-g09d2