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

BC fix to deal with .pregWeek

parent f0adc551
No related branches found
No related tags found
4 merge requests!1155Pregmod master,!851Nevermind.,!843Delete Please.,!784Pregmod v1019-116
...@@ -177,6 +177,13 @@ ...@@ -177,6 +177,13 @@
<<set $args[0].pregKnown = 0>> <<set $args[0].pregKnown = 0>>
<</if>> <</if>>
<</if>> <</if>>
<<if ndef $args[0].pregWeek>>
<<if $args[0].preg > 0>>
<<set $args[0].pregWeek = $args[0].preg>>
<<else>>
<<set $args[0].pregWeek = 0>>
<</if>>
<</if>>
<<SetBellySize $args[0]>> <<SetBellySize $args[0]>>
<<if ndef $args[0].pubertyXX>> <<if ndef $args[0].pubertyXX>>
...@@ -187,7 +194,7 @@ ...@@ -187,7 +194,7 @@
<</if>> <</if>>
<</if>> <</if>>
<<if ndef $args[0].pubertyAgeXY>> <<if ndef $args[0].pubertyAgeXY>>
<<set $args[0].pubertyAgeXY to $potencyAge>> <<set $args[0].pubertyAgeXY = $potencyAge>>
<</if>> <</if>>
<<if ndef $args[0].pubertyAgeXY>> <<if ndef $args[0].pubertyAgeXY>>
<<if $args[0].physicalAge >= $args[0].pubertyAgeXY>> <<if $args[0].physicalAge >= $args[0].pubertyAgeXY>>
......
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