Cleanups and Draft for #27

This commit is contained in:
Vegapnk 2023-04-28 08:24:18 +02:00
parent e62dcd23ee
commit 41a95c3c5e
11 changed files with 100 additions and 26 deletions

View file

@ -1,6 +1,5 @@
using Verse;
using rjw;
using RimWorld;
namespace RJW_Genes
{
@ -54,7 +53,7 @@ namespace RJW_Genes
internal void AddFeaturelessBreast()
{
var partBPR = Genital_Helper.get_breastsBPR(pawn);
this.added_nipples = pawn.health.AddHediff(Genital_Helper.featureless_chest, partBPR);
added_nipples = pawn.health.AddHediff(Genital_Helper.featureless_chest, partBPR);
}
}