2022-07-26 03:55:56 +00:00
|
|
|
|
using RimWorld;
|
|
|
|
|
|
|
|
|
|
namespace RJWSexperience.Ideology
|
|
|
|
|
{
|
|
|
|
|
[DefOf]
|
|
|
|
|
public static class RsiHistoryEventDefOf
|
|
|
|
|
{
|
2022-11-20 13:55:13 +00:00
|
|
|
|
public static readonly HistoryEventDef RSI_SexWithAnimal;
|
|
|
|
|
public static readonly HistoryEventDef RSI_Raped;
|
|
|
|
|
public static readonly HistoryEventDef RSI_NonIncestuosMarriage;
|
|
|
|
|
public static readonly HistoryEventDef RSI_NonIncestuosSex;
|
|
|
|
|
public static readonly HistoryEventDef RSI_SexWithCorpse;
|
|
|
|
|
public static readonly HistoryEventDef RSI_VirginTaken;
|
|
|
|
|
public static readonly HistoryEventDef RSI_VirginStolen;
|
|
|
|
|
public static readonly HistoryEventDef RSI_TookVirgin;
|
|
|
|
|
public static readonly HistoryEventDef RSI_Masturbated;
|
2022-07-26 03:55:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|