mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
lovefeed bufix
This commit is contained in:
parent
e8903c6acc
commit
8fd19c4226
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -73,6 +73,7 @@ namespace RJWLoveFeeding
|
|||
|
||||
if (bloodBag == null || pawn == null) return false;
|
||||
Pawn_GeneTracker genes = bloodBag.genes;
|
||||
if (genes!=null)
|
||||
if ((genes.GetFirstGeneOfType<Gene_Hemogen>() != null))
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue