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/colin.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/colin.txt')
-rw-r--r-- | npc/003-0/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt index 928e2e82e..7d8bbf77b 100644 --- a/npc/003-0/colin.txt +++ b/npc/003-0/colin.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("Fireball - Basic AoE (Area Of Effect) Skill"); mesc l("Holy Light - Standard Holy Magical Attack"); |