mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
mitosis bugfix
This commit is contained in:
parent
60eef21c0e
commit
42eb116d15
2 changed files with 0 additions and 1 deletions
Binary file not shown.
|
@ -116,7 +116,6 @@ namespace RJW_Genes
|
||||||
|
|
||||||
copy.ideo = toMultiply.ideo;
|
copy.ideo = toMultiply.ideo;
|
||||||
copy.records = new Pawn_RecordsTracker(copy);
|
copy.records = new Pawn_RecordsTracker(copy);
|
||||||
copy.outfits = toMultiply.outfits;
|
|
||||||
|
|
||||||
copy.relations = toMultiply.relations;
|
copy.relations = toMultiply.relations;
|
||||||
copy.skills = CopySkillTracker(copy,toMultiply.skills);
|
copy.skills = CopySkillTracker(copy,toMultiply.skills);
|
||||||
|
|
Loading…
Reference in a new issue