diff options
Diffstat (limited to 'npc/027-1/luca.txt')
-rw-r--r-- | npc/027-1/luca.txt | 4 |
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; |