diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt index 720afcbc1..24be2f956 100644 --- a/npc/003-0/colin.txt +++ b/npc/003-0/colin.txt @@ -43,7 +43,7 @@ getitem Quill, 3; break; case MG_FIREBALL: - if (!mlearn(MG_FIREBALL, 10, 1, Quill, 1)) + if (!mlearn(MG_FIREBALL, 5, 1, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case AL_HOLYLIGHT: |