diff --git a/src/pregmod/widgets/bodyswapWidgets.tw b/src/pregmod/widgets/bodyswapWidgets.tw index 531b42fadefaf3d95c60eef654cdd41354aa21d6..e78c76933937880d9a0ca879015ad5c1773f75f1 100644 --- a/src/pregmod/widgets/bodyswapWidgets.tw +++ b/src/pregmod/widgets/bodyswapWidgets.tw @@ -152,6 +152,7 @@ <<set $args[0].readyOva = $args[1].readyOva>> <<set $args[0].womb = $args[1].womb>> /* this is array assigned by reference, if slave body that is $args[1] will be still used anywhere in code (not discarded) — it's WRONG (they now technically share one womb object). Please tell me about it then. But if old body $args[1] just discarded — it's no problem then.*/ <<set $args[0].counter.laborCount = $args[1].counter.laborCount>> +<<set $args[0].pregAdaptation = $args[1].pregAdaptation>> <<set $args[0].geneMods = $args[1].geneMods>> <<set $args[0].NCSyouthening = $args[1].NCSyouthening>> <<set $args[0].eyebrowHColor = $args[1].eyebrowHColor>>