Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from luiges90/patch-1
Browse files Browse the repository at this point in the history
修正妃子条件无效
  • Loading branch information
kpxp committed Dec 25, 2015
2 parents 056741d + 811f42b commit 5292495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal class ConditionKind965 : ConditionKind
{
public override bool CheckConditionKind(Person person)
{
return person.BelongedFaction != null && person.Sex && !person.huaiyun;
return person.Sex && !person.huaiyun;
}
}
}

0 comments on commit 5292495

Please sign in to comment.