mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
A fertilin alert and some label/description changes
This commit is contained in:
parent
6f2c4dc374
commit
2e1e74e0b1
15 changed files with 148 additions and 28 deletions
|
@ -15,7 +15,7 @@ namespace RJW_Genes
|
|||
if (GeneUtility.HasLifeForce(pawn))
|
||||
{
|
||||
float num = ingested.stackCount * this.FertilinPerUnit / 100;
|
||||
GeneUtility.OffsetLifeForce(pawn, num);
|
||||
GeneUtility.OffsetLifeForce(GeneUtility.GetLifeForceGene(pawn), num);
|
||||
}
|
||||
}
|
||||
public float FertilinPerUnit = 1f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue