Skip to content
Snippets Groups Projects
Commit 8aaf34cd authored by kopareigns's avatar kopareigns
Browse files

Rename variable

parent a1e450d4
No related branches found
No related tags found
No related merge requests found
...@@ -3605,9 +3605,9 @@ Setting missing slave variables: ...@@ -3605,9 +3605,9 @@ Setting missing slave variables:
<<if $nurseryNannies > 0>> <<if $nurseryNannies > 0>>
<<for _bci = 0; _bci < $cribs.length; _bci++>> <<for _bci = 0; _bci < $cribs.length; _bci++>>
<<set _incubatedSlave = $cribs[_bci]>> <<set _nurseryChild = $cribs[_bci]>>
<<set _incubatedSlave.pregType = 0>> <<set _nurseryChild.pregType = 0>>
<<PMODinit _incubatedSlave>> <<PMODinit _nurseryChild>>
<</for>> <</for>>
<</if>> <</if>>
......
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