diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-15 15:47:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-15 15:47:30 -0300 |
commit | 51a34af7326c86905da53f56f0f083ee87b7f736 (patch) | |
tree | 1d096cb5eb7a946471fdd2a79dc3bd3b1e4c1e7e /npc/002-1 | |
parent | b0955423f3c9fafb736e4824b08a7deac08192cf (diff) | |
download | serverdata-51a34af7326c86905da53f56f0f083ee87b7f736.tar.gz serverdata-51a34af7326c86905da53f56f0f083ee87b7f736.tar.bz2 serverdata-51a34af7326c86905da53f56f0f083ee87b7f736.tar.xz serverdata-51a34af7326c86905da53f56f0f083ee87b7f736.zip |
Trolled ya!
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/elanore.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt index 046a7d5a..67018a3f 100644 --- a/npc/002-1/elanore.txt +++ b/npc/002-1/elanore.txt @@ -136,7 +136,8 @@ L_MakeSelf: goto L_MakeSelf_yes; L_MakeSelf_yes: - mesq l("Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '%s'. This will consume a bug leg or a maggot slime or one of each of the four healing herbs, though.", b("Manpahil")); + mesq l("Oh, but of course! You are powerful enough to make your own lifestones, using the enchantment '%s'. This will consume a bug leg, a maggot slime and one of each of the four healing herbs, though.", b("Manpahil")); + learnskill SKILL_MANPAHIL; goto L_close; L_MakeSelf_no: |