level 27 is the last one.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5370 c06c8d41-db1a-0410-9941-cceddc491573
S6S2RKQWW5VKC4YW6N6LOLGPWT7T3XIP4LLP2QOHN4NYRNFKKJMQC
mprf(MSGCH_INTRINSIC_GAIN, "You are now a level %d %s!",
you.experience_level, you.class_name );
if (you.experience_level == 27)
mprf(MSGCH_INTRINSIC_GAIN, "You have reached level 27, the final one!");
else
mprf(MSGCH_INTRINSIC_GAIN, "You have reached level %d!",
you.experience_level );