mirror of
https://gitgud.io/Ed86/rjw-whoring.git
synced 2024-08-15 00:03:25 +00:00
19 lines
No EOL
399 B
C#
19 lines
No EOL
399 B
C#
using RimWorld;
|
|
using Verse;
|
|
|
|
namespace rjwwhoring
|
|
{
|
|
[DefOf]
|
|
public static class ThoughtDefOf
|
|
{
|
|
public static ThoughtDef_Whore Whorish_Thoughts;
|
|
|
|
public static ThoughtDef_Whore Whorish_Thoughts_Captive;
|
|
|
|
public static ThoughtDef SleptInBrothel;
|
|
|
|
public static ThoughtDef RJWFailedSolicitation;
|
|
|
|
public static ThoughtDef RJWTurnedDownWhore;
|
|
}
|
|
} |