mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have IsFertilized pick up the egg farthest along
This commit is contained in:
parent
3fb3d21420
commit
1126d8f3e5
1 changed files with 2 additions and 5 deletions
|
@ -393,11 +393,8 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (!eggs.NullOrEmpty()) foreach (Egg egg in eggs)
|
if (eggs.NullOrEmpty()) return -1;
|
||||||
{
|
return eggs.Max(egg => egg.fertstage);
|
||||||
if (egg.fertilized) return egg.fertstage;
|
|
||||||
}
|
|
||||||
return -1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public IEnumerable<Pawn> GetCummersAndFertilizers()
|
public IEnumerable<Pawn> GetCummersAndFertilizers()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue