mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
25 lines
982 B
C#
25 lines
982 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;
|
|
|
|
[MayRequireIdeology] public static readonly MemeDef Zoophile;
|
|
[MayRequireIdeology] public static readonly MemeDef Rapist;
|
|
[MayRequireIdeology] public static readonly MemeDef Necrophile;
|
|
[MayRequireIdeology] public static readonly PreceptDef Bestiality_OnlyVenerated;
|
|
[MayRequireIdeology] public static readonly PreceptDef BabyFaction_AlwaysFather;
|
|
[MayRequireIdeology] public static readonly PreceptDef BabyFaction_AlwaysColony;
|
|
[MayRequireIdeology] public static readonly PreceptDef Submissive_Male;
|
|
[MayRequireIdeology] public static readonly PreceptDef Submissive_Female;
|
|
}
|
|
}
|