summaryrefslogtreecommitdiff
path: root/npc/027-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-01 02:04:27 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-01 02:04:27 -0300
commiteda48f49dce45359a253bbad7c13303803e1474b (patch)
tree3dc426e54602e3fd420f791b7cfdc9b2f9b385ea /npc/027-1
parent0909d12bc958ef9087856ea866df0bc700418ab0 (diff)
downloadserverdata-eda48f49dce45359a253bbad7c13303803e1474b.tar.gz
serverdata-eda48f49dce45359a253bbad7c13303803e1474b.tar.bz2
serverdata-eda48f49dce45359a253bbad7c13303803e1474b.tar.xz
serverdata-eda48f49dce45359a253bbad7c13303803e1474b.zip
Correct Luca's Skills MP cost
Diffstat (limited to 'npc/027-1')
-rw-r--r--npc/027-1/luca.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-1/luca.txt b/npc/027-1/luca.txt
index 1038bfd41..9b75d39c7 100644
--- a/npc/027-1/luca.txt
+++ b/npc/027-1/luca.txt
@@ -57,7 +57,7 @@ L_NoMagic:
function basicMagic {
if (MAGIC_LVL < 1) goto L_NoMagic;
- mes l(".:: Falkon Punch ::.");
+ mes l(".:: Falkon Strike ::.");
mesc l("Bash your weapon against your enemies with raised damage and accuracy.");
mes "";
mes l(".:: Ground Strike ::.");
@@ -67,7 +67,7 @@ function basicMagic {
mesc l("Shoot an arrow or bullet which damages everything on its way.");
mes "";
menuint
- l("Falkon Punch"), SM_BASH,
+ l("Falkon Strike"), SM_BASH,
l("Ground Strike"), ASC_METEORASSAULT,
l("Sharpshooter"), SN_SHARPSHOOTING,
l("Cancel"), 0;