mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Cleanups and Draft for #27
This commit is contained in:
parent
e62dcd23ee
commit
41a95c3c5e
11 changed files with 100 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue