diff options
Diffstat (limited to 'npc/003-0/luca.txt')
-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 5abb1ee39..b5a271f52 100644 --- a/npc/003-0/luca.txt +++ b/npc/003-0/luca.txt @@ -12,7 +12,7 @@ next; mesn; do { - mesc l("You have @@/@@ magic skill points available.", sk_points(), sk_maxpoints()); + mesc l("You have @@ magic skill points available.", sk_points()); next; mesc l("Falkon Punch - Bash your weapon against your enemies with raised damage and accuracy."); mesc l("Supreme Attack - Cause a very strong attack with lowered accuracy."); |