diff --git a/Common/Assemblies/Rjw-Genes.dll b/Common/Assemblies/Rjw-Genes.dll index 921d898..ad44c4c 100644 Binary files a/Common/Assemblies/Rjw-Genes.dll and b/Common/Assemblies/Rjw-Genes.dll differ diff --git a/Source/Genes/Special/Patches/Patch_OrgasmMytosis.cs b/Source/Genes/Special/Patches/Patch_OrgasmMytosis.cs index 68a38f5..709d05b 100644 --- a/Source/Genes/Special/Patches/Patch_OrgasmMytosis.cs +++ b/Source/Genes/Special/Patches/Patch_OrgasmMytosis.cs @@ -116,7 +116,6 @@ namespace RJW_Genes copy.ideo = toMultiply.ideo; copy.records = new Pawn_RecordsTracker(copy); - copy.outfits = toMultiply.outfits; copy.relations = toMultiply.relations; copy.skills = CopySkillTracker(copy,toMultiply.skills);