Applying hediffs by Gene works

This commit is contained in:
Vegapnk 2024-07-10 15:29:26 +02:00
parent b263b68538
commit f1debffbb3
3 changed files with 105 additions and 0 deletions

View file

@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace RJW_Genes
{
public class HediffIncreaseOnSexExtension: DefModExtension
{
public HediffDef hediffDef;
public float severityIncrease;
public float applicationChance;
public bool canCreateHediff;
public bool applicableForWomen;
public bool applicableForMen;
public bool requiresPenetrativeSex;
}
}