forums | blogs | polls | tutorials | downloads | rules | help

Add new comment

kathy the reason might be:
the character is coded like

[t:template,n:base_farmgirl]
{
  doc = "Farm girl base template";
  specializes = hero;
  [actor]
  {
    portrait_icon=b_gui_ig_i_ic_c_fg_a_01;
    is_male = false;
    race = female;
    [skills]
    {
      strength   =  0, 0, 10;
      intelligence   =   0, 0, 10;
      dexterity  =   0, 0, 10;
      Female    =  0, 0, 1;
    }
  }

And the armor has this code
[equip_limit]
	{
		race_match = female;
	}
	[gui]
	{
		equip_requirements = Female:1;

however it could also be something else and without a list of the mods you are currently using I am not really sure