mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added a flag to check for 'can rape' for animals
This commit is contained in:
parent
a0ca9e1da4
commit
fda2580c9f
3 changed files with 17 additions and 3 deletions
|
@ -29,8 +29,13 @@ namespace RJW_Genes
|
|||
{
|
||||
if (ends_manhunter)
|
||||
EndManHunter(animal);
|
||||
ForceBreedingJob(toBeBred, animal);
|
||||
breeder_counter++;
|
||||
|
||||
if (!RJW_Genes_Settings.animalMatingPulseCheckForGenitals || rjw.xxx.can_rape(animal))
|
||||
{
|
||||
ForceBreedingJob(toBeBred, animal);
|
||||
breeder_counter++;
|
||||
}
|
||||
|
||||
}
|
||||
ModLog.Message($"{breeder_counter} of {animals.Count()} Animals in range are trying to breed {toBeBred}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue