1.5 support

no cum rendering
This commit is contained in:
Ed86 2024-05-28 13:31:34 +03:00
parent 62a19109f1
commit a4bc288b3e
40 changed files with 5608 additions and 0 deletions

View file

@ -0,0 +1,17 @@
using RimWorld;
using Verse;
namespace rjwcum
{
[DefOf]
public static class HediffDefOf
{
public static HediffDef Hediff_Cum;//for humans & animals
public static HediffDef Hediff_InsectSpunk;
public static HediffDef Hediff_MechaFluids;
public static HediffDef Hediff_CumController;//cum hediff manager
}
}

View file

@ -0,0 +1,11 @@
using RimWorld;
using Verse;
namespace rjwcum
{
[DefOf]
public static class JobDefOf
{
public static JobDef CleanSelf;
}
}