mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
20 lines
No EOL
755 B
C#
20 lines
No EOL
755 B
C#
using RimWorld;
|
|
|
|
namespace RJWSexperience.Ideology
|
|
{
|
|
[DefOf]
|
|
public static class RsiPreceptDefOf
|
|
{
|
|
public static readonly PreceptDef Incestuos_Free;
|
|
public static readonly PreceptDef Incestuos_Disapproved_CloseOnly;
|
|
public static readonly PreceptDef Incestuos_Disapproved;
|
|
public static readonly PreceptDef Incestuos_Forbidden;
|
|
public static readonly PreceptDef Incestuos_IncestOnly;
|
|
public static readonly PreceptDef Bestiality_OnlyVenerated;
|
|
public static readonly PreceptDef BabyFaction_AlwaysFather;
|
|
public static readonly PreceptDef BabyFaction_AlwaysColony;
|
|
public static readonly PreceptDef Submissive_Male;
|
|
public static readonly PreceptDef Submissive_Female;
|
|
public static readonly PreceptDef ProselyzingByOrgasm;
|
|
}
|
|
} |