lovefeeding bugfix

This commit is contained in:
Jaaldabaoth 2024-06-04 22:38:58 +02:00
parent 8139991123
commit e8903c6acc
3 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ namespace RJWLoveFeeding
public static bool RJWTryTakeBlood(Pawn pawn, Pawn bloodBag)
{
if (bloodBag == null || pawn == null) return false;
Pawn_GeneTracker genes = bloodBag.genes;
if ((genes.GetFirstGeneOfType<Gene_Hemogen>() != null))
{