From 9d4eb4b06bda9cab0517d27c326b8431e21c3b75 Mon Sep 17 00:00:00 2001 From: Ed86 <email@email.com> Date: Tue, 16 Jul 2019 20:47:10 +0300 Subject: [PATCH] fix for gave virginity thought added TookVirginity thought, maybe implement it some day, this year, maybe --- Source/Common/xxx.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Common/xxx.cs b/Source/Common/xxx.cs index 25b7015d..52eb425f 100644 --- a/Source/Common/xxx.cs +++ b/Source/Common/xxx.cs @@ -128,6 +128,7 @@ namespace rjw public static readonly ThoughtDef violated_corpse = DefDatabase<ThoughtDef>.GetNamed("ViolatedCorpse"); public static readonly ThoughtDef gave_virginity = DefDatabase<ThoughtDef>.GetNamed("FortunateGaveVirginity"); public static readonly ThoughtDef lost_virginity = DefDatabase<ThoughtDef>.GetNamed("UnfortunateLostVirginity"); + public static readonly ThoughtDef took_virginity = DefDatabase<ThoughtDef>.GetNamed("TookVirginity"); public static readonly JobDef fappin = DefDatabase<JobDef>.GetNamed("Fappin"); public static readonly JobDef quickfap = DefDatabase<JobDef>.GetNamed("QuickFap"); -- GitLab