Skip to content
Snippets Groups Projects
Commit 1d23b946 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

bodyswap .pregAdaptation

See merge request !6588
parents b5845373 bd9a187b
No related branches found
No related tags found
1 merge request!6588bodyswap .pregAdaptation
...@@ -152,6 +152,7 @@ ...@@ -152,6 +152,7 @@
<<set $args[0].readyOva = $args[1].readyOva>> <<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].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].counter.laborCount = $args[1].counter.laborCount>>
<<set $args[0].pregAdaptation = $args[1].pregAdaptation>>
<<set $args[0].geneMods = $args[1].geneMods>> <<set $args[0].geneMods = $args[1].geneMods>>
<<set $args[0].NCSyouthening = $args[1].NCSyouthening>> <<set $args[0].NCSyouthening = $args[1].NCSyouthening>>
<<set $args[0].eyebrowHColor = $args[1].eyebrowHColor>> <<set $args[0].eyebrowHColor = $args[1].eyebrowHColor>>
......
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