diff options
Diffstat (limited to 'npc/003-0/saves.txt')
-rw-r--r-- | npc/003-0/saves.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/saves.txt b/npc/003-0/saves.txt index b6ea823be..f28fb44bb 100644 --- a/npc/003-0/saves.txt +++ b/npc/003-0/saves.txt @@ -11,7 +11,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("Healing - The most basic healing skill, requires no items to use."); mesc l("Mana Wisdom - Passive - Raise Mana EXP Gain rate"); |