diff --git a/Source/Common/xxx.cs b/Source/Common/xxx.cs
index 25b7015d19ecddf322515ecf667abd764be3981b..52eb425f169cf679c44f88fa2209676b6665124a 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");