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

fix

parent 7c6db523
No related branches found
No related tags found
1 merge request!3041Pregmod v1.1.2
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
0.10.7.1-1.1.x 0.10.7.1-1.1.x
11/28/2018
2
-fixed bad string pass
1
-fixes
11/27/2018 11/27/2018
0 0
...@@ -10,6 +18,7 @@ ...@@ -10,6 +18,7 @@
-major changes to population tracking + tourism -major changes to population tracking + tourism
-chaste release rule added -chaste release rule added
-added gapped teeth -added gapped teeth
-added ability to rename incubating children
0.10.7.1-1.0.x 0.10.7.1-1.0.x
......
...@@ -2925,7 +2925,7 @@ ...@@ -2925,7 +2925,7 @@
<<set _babyDaddy = findFather($slaves[$i].pregSource)>> <<set _babyDaddy = findFather($slaves[$i].pregSource)>>
<<if def _babyDaddy>> <<if def _babyDaddy>>
<<set _adjust = _babyDaddy.slavesKnockedUp++>> <<set _adjust = _babyDaddy.slavesKnockedUp++>>
<<set adjustFatherProperty(_babyDaddy, slavesKnockedUp, _adjust)>> <<set adjustFatherProperty(_babyDaddy, "slavesKnockedUp", _adjust)>>
<</if>> <</if>>
<</if>> <</if>>
<</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