Skip to content
Snippets Groups Projects
Commit 7d7c8f45 authored by Pregmodder's avatar Pregmodder
Browse files

fixed genetic quirks not swapping

parent 4d114303
No related branches found
No related tags found
1 merge request!5067fixed genetic quirks not swapping
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
<<set $args[0].eyebrowFullness = $args[1].eyebrowFullness>> <<set $args[0].eyebrowFullness = $args[1].eyebrowFullness>>
<<set $args[0].wombImplant = $args[1].wombImplant>> <<set $args[0].wombImplant = $args[1].wombImplant>>
<<set $args[0].ovaImplant = $args[1].ovaImplant>> <<set $args[0].ovaImplant = $args[1].ovaImplant>>
<<set $args[0].geneticQuirks = $args[1].geneticQuirks>>
<<set $args[0].canRecruit = 0>> <<set $args[0].canRecruit = 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment