mitosis bugfix

This commit is contained in:
Jaaldabaoth 2024-05-28 17:14:17 +02:00
parent 60eef21c0e
commit 42eb116d15
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -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);