summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 22:00:11 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 22:00:11 -0300
commit44e36df335f6212e420f4d41ace5659a087fe049 (patch)
tree07844f3060896b271c484c6a6a1d6d5db8a45499 /npc/003-0
parentcf63b948fc534d444a1e1cf44d7b6fee362e1d8d (diff)
downloadserverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.gz
serverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.bz2
serverdata-44e36df335f6212e420f4d41ace5659a087fe049.tar.xz
serverdata-44e36df335f6212e420f4d41ace5659a087fe049.zip
Better readability
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/colin.txt2
-rw-r--r--npc/003-0/luca.txt2
-rw-r--r--npc/003-0/saves.txt2
-rw-r--r--npc/003-0/trickmaster.txt2
4 files changed, 4 insertions, 4 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");
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;