diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/books.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index b39120e2a..176af98e1 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -258,7 +258,8 @@ OnInit: if (MAGIC_SUBCLASS & CL_PRIEST) mesc lg("Priest"); */ - mesc l("DEPRECATED"); + mesc l("You have @@/@@ magic skill points available.", b(sk_points()), sk_maxpoints()); + mesc l("Currently, there is no way to reset them. So use them wisely!"); next; break; case 4: |