In fskills.c about line 490, you should see
else if( victim->force_identified == 1 || victim->force_identified == 2 )
The || victim->force_identified == 2 part isn't needed.
As far as I can tell nothing is looking for a value beyond -1, 0, or 1 concerning force_identified .
ayuri