mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Cumeater gene, fertilin craving hediff and thought
hediff and thought are just reflavored hemogen hediffs, in the future could customize them some more
This commit is contained in:
parent
5c0af8a430
commit
49cdc09e5f
22 changed files with 246 additions and 109 deletions
|
@ -0,0 +1,23 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Verse;
|
||||
using RimWorld;
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class HediffCompProperties_SeverityFromFertilin : HediffCompProperties
|
||||
{
|
||||
public HediffCompProperties_SeverityFromFertilin()
|
||||
{
|
||||
this.compClass = typeof(HediffComp_SeverityFromFertilin);
|
||||
}
|
||||
|
||||
// Token: 0x04001162 RID: 4450
|
||||
public float severityPerHourEmpty;
|
||||
|
||||
// Token: 0x04001163 RID: 4451
|
||||
public float severityPerHourHemogen;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue