mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
19 lines
837 B
C#
19 lines
837 B
C#
|
using RimWorld;
|
|||
|
|
|||
|
namespace RJWSexperience.Ideology
|
|||
|
{
|
|||
|
[DefOf]
|
|||
|
public static class RsiHistoryEventDefOf
|
|||
|
{
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_SexWithAnimal;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_Raped;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_NonIncestuosMarriage;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_NonIncestuosSex;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_SexWithCorpse;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_VirginTaken;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_VirginStolen;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_TookVirgin;
|
|||
|
[MayRequireIdeology] public static readonly HistoryEventDef RSI_Masturbated;
|
|||
|
}
|
|||
|
}
|