ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/skill_util.C
(Generate patch)

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.105 by root, Wed Nov 16 23:42:03 2016 UTC vs.
Revision 1.106 by root, Wed Nov 23 06:05:38 2016 UTC

661/* show_skills() - Meant to allow players to examine 661/* show_skills() - Meant to allow players to examine
662 * their current skill list. 662 * their current skill list.
663 * This shows the amount of exp they have in the skills. 663 * This shows the amount of exp they have in the skills.
664 * we also include some other non skill related info (god, 664 * we also include some other non skill related info (god,
665 * max weapon improvments, item power). 665 * max weapon improvments, item power).
666 * Note this function is a bit more complicated becauase we 666 * Note this function is a bit more complicated because we
667 * we want ot sort the skills before printing them. If we 667 * we want to sort the skills before printing them. If we
668 * just dumped this as we found it, this would be a bit 668 * just dumped this as we found it, this would be a bit
669 * simpler. 669 * simpler.
670 */ 670 */
671void 671void
672show_skills (object *pl, const char *search) 672show_skills (object *pl, const char *search)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines