diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-05-04 09:28:04 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-04 09:28:04 -0400 |
commit | b0ca99e7e6af01c884bd6be27cceedb0266b1929 (patch) | |
tree | ad2b23ccc7cdd1c9ee28259e7a64f25948d7eb07 /world/map | |
parent | 068eebc9b5b07a6b97aa8fac954f39643331b4e0 (diff) | |
download | serverdata-b0ca99e7e6af01c884bd6be27cceedb0266b1929.tar.gz serverdata-b0ca99e7e6af01c884bd6be27cceedb0266b1929.tar.bz2 serverdata-b0ca99e7e6af01c884bd6be27cceedb0266b1929.tar.xz serverdata-b0ca99e7e6af01c884bd6be27cceedb0266b1929.zip |
make sagatha teach about `detsanc`
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/013-1/sagatha.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/013-1/sagatha.txt b/world/map/npc/013-1/sagatha.txt index e113d35a..fe2a4e6f 100644 --- a/world/map/npc/013-1/sagatha.txt +++ b/world/map/npc/013-1/sagatha.txt @@ -319,6 +319,9 @@ L_teach_N11: next; mes "[Sagatha the Witch]"; mes "\"Or call it into someone else's skin, by saying that someone's name right after the '" + get(.invocation$, "protect") + "'.\""; + next; + mes "[Sagatha the Witch]"; + mes "\"You can also remove this spell from yourself if you say '" + get(.invocation$, "antiprotect") + "'.\""; goto L_practice; L_teach_noexp: |