From 44e36df335f6212e420f4d41ace5659a087fe049 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 22:00:11 -0300 Subject: Better readability --- npc/003-0/colin.txt | 2 +- npc/003-0/luca.txt | 2 +- npc/003-0/saves.txt | 2 +- npc/003-0/trickmaster.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-0') 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"); 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."); 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"); diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index 972ef6d48..8a51c2c58 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -10,7 +10,7 @@ mesc l("Specialized in miscellaneous skills."); next; mesn; - mesc l("You have @@/@@ magic skill points available.", sk_points(), sk_maxpoints()); + mesc l("You have @@ magic skill points available.", sk_points()); mesc l("Trickster uses an experimental window, you might need to resize it to see all skills."); do { next; -- cgit v1.2.3-60-g2f50