diff options
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/trickmaster.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index 2fbce745e..fc6b1c29c 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -8,6 +8,12 @@ if (!MAGIC_LVL) goto L_NoMagic; mesn; mesq l("You are a noob."); + mesc l("You have @@/@@ magic skill points available", sk_maxpoints()-MAGIC_PTS, sk_maxpoints()); + next; + setskin "academy_trickster"; + // TODO: Use a menuint with the skill ID + select ("freecast:Cancel"); + setskin ""; close; L_NoMagic: |