Skip to content
Snippets Groups Projects
Commit 9749366d authored by Pregmodder's avatar Pregmodder
Browse files

more print macros removed

parent a5454578
No related branches found
No related tags found
1 merge request!3394more print macros removed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<<for _cw = 0; _cw < $slaves.length; _cw++>> <<for _cw = 0; _cw < $slaves.length; _cw++>>
<<capture _cw>> <<capture _cw>>
<<set _name = SlaveFullName($slaves[_cw])>> <<set _name = SlaveFullName($slaves[_cw])>>
<br><<print "[[_name|Cloning Workaround][$donatrix = $slaves[" + _cw + "]]]">> <br>[[_name|Cloning Workaround][$donatrix = $slaves[_cw]]]
<</capture>> <</capture>>
<</for>> <</for>>
...@@ -25,7 +25,7 @@ __Chosen surrogate: _receive __ ...@@ -25,7 +25,7 @@ __Chosen surrogate: _receive __
<<capture _cw1>> <<capture _cw1>>
<<if ($slaves[_cw1].ovaries > 0 || $slaves[_cw1].mpreg > 0) && isSlaveAvailable($slaves[_cw1]) && $slaves[_cw1].preg >= 0 && $slaves[_cw1].preg < 4 && $slaves[_cw1].pregWeek >= 0 && $slaves[_cw1].pubertyXX == 1 && $slaves[_cw1].pregType < 12 && $slaves[_cw1].bellyImplant == -1 && $slaves[_cw1].broodmother == 0 && $slaves[_cw1].inflation <= 2 && $slaves[_cw1].physicalAge < 70>> <<if ($slaves[_cw1].ovaries > 0 || $slaves[_cw1].mpreg > 0) && isSlaveAvailable($slaves[_cw1]) && $slaves[_cw1].preg >= 0 && $slaves[_cw1].preg < 4 && $slaves[_cw1].pregWeek >= 0 && $slaves[_cw1].pubertyXX == 1 && $slaves[_cw1].pregType < 12 && $slaves[_cw1].bellyImplant == -1 && $slaves[_cw1].broodmother == 0 && $slaves[_cw1].inflation <= 2 && $slaves[_cw1].physicalAge < 70>>
<<set _name2 = SlaveFullName($slaves[_cw1])>> <<set _name2 = SlaveFullName($slaves[_cw1])>>
<br><<print "[[_name2|Cloning Workaround][$receptrix = $slaves[" + _cw1 + "]]]">> <<if $slaves[_cw1].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>> <br>[[_name2|Cloning Workaround][$receptrix = $slaves[_cw1]]] <<if $slaves[_cw1].pregType >= 4>>//Using a slave carrying multiples is unadvisable//<</if>>
<<set _eligibility = 1>> <<set _eligibility = 1>>
<</if>> <</if>>
<</capture>> <</capture>>
......
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