mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
22 lines
635 B
C#
22 lines
635 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace RJWSexperience.Ideology
|
|
{
|
|
[DefOf]
|
|
public static class VariousDefOf
|
|
{
|
|
public static readonly JobDef RapeVictim;
|
|
public static readonly JobDef Gangbang;
|
|
public static readonly JobDef GettinGangbang;
|
|
public static readonly JobDef DrugSex;
|
|
public static readonly JobDef GettinDrugSex;
|
|
public static readonly JobDef DrugMasturbate;
|
|
|
|
public static readonly MemeDef Zoophile;
|
|
public static readonly MemeDef Rapist;
|
|
public static readonly MemeDef Necrophile;
|
|
public static readonly IssueDef Incestuos;
|
|
[MayRequireBiotech] public static readonly HediffDef PregnantHuman;
|
|
}
|
|
}
|