From 0d3a08a3bc7a58e513b1e40e896d3c32189a5b0f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 27 Sep 2019 19:07:40 -0300 Subject: Nerf Arrow Shower. Allow skill to go up to level 3 (MP Cost +20, AoE +1) At level 3, unit range is improved. Needs testing. --- npc/003-0/luca.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/003-0/luca.txt b/npc/003-0/luca.txt index 677f223c6..2569e9a00 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -42,7 +42,7 @@ mesc l("You do not meet all requisites for this skill."), 1; break; case AC_SHOWER: - if (!mlearn(AC_SHOWER, 10, 1, FluoPowder, 3)) + if (!mlearn(AC_SHOWER, 10, 3, FluoPowder, 3)) mesc l("You do not meet all requisites for this skill."), 1; break; case KN_AUTOCOUNTER: -- cgit v1.2.3-60-g2f50