mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
12 lines
240 B
C#
12 lines
240 B
C#
using Verse;
|
|
|
|
namespace RJW_Genes
|
|
{
|
|
public class Gene_SmallBreasts : Gene_GenitaliaResizingGene
|
|
{
|
|
public override void Resize()
|
|
{
|
|
SizeAdjuster.AdjustAllBreastSizes(pawn, 0.0f, 0.5f);
|
|
}
|
|
}
|
|
}
|