diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 22:00:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 22:00:11 -0300 |
commit | 44e36df335f6212e420f4d41ace5659a087fe049 (patch) | |
tree | 07844f3060896b271c484c6a6a1d6d5db8a45499 /npc/003-0/saves.txt | |
parent | cf63b948fc534d444a1e1cf44d7b6fee362e1d8d (diff) | |
download | serverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.gz serverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.bz2 serverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.xz serverdata-44e36df335f6212e420f4d41ace5659a087fe049.zip |
Better readability
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"); |