diff options
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/luca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/luca.txt b/npc/003-0/luca.txt index b5a271f52..dc5720ebd 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -50,7 +50,7 @@ mesc l("You do not meet all requisites for this skill."), 1; break; case ASC_METEORASSAULT: - if (!mlearn(ASC_METEORASSAULT, 5, 3, FluoPowder, 3)) + if (!mlearn(ASC_METEORASSAULT, 5, 2, FluoPowder, 3)) mesc l("You do not meet all requisites for this skill."), 1; break; case SN_SHARPSHOOTING: |