Index: Distro/pkg/skills/evalInt/evalInt.src =================================================================== --- Distro/pkg/skills/evalInt/evalInt.src (revision 1294) +++ Distro/pkg/skills/evalInt/evalInt.src (working copy) @@ -57,10 +57,10 @@ var eval_response := str_reply.sub_name+" looks "+str_reply.sub_intel+"."; var mana_resonse := str_reply.sub_name+" is at "+str_reply.sub_mana+" mana."; - if( SkillCheck(who, ANATOMY, -1) > 0 ) + if( SkillCheck(who, EVALUATING_INTELLIGENCE, -1) > 0 ) PrintTextAbovePrivate(subject, eval_response, who); // player's anatomy skill equal/greater than 65 can get endurance info - if(AP_GetSkill(who, ANATOMY) >= 65) + if(AP_GetSkill(who, EVALUATING_INTELLIGENCE) >= 65) PrintTextAbovePrivate(subject, mana_resonse, who); endif return 1;