From 8f2de4baf2875c398fcd49517b92c3b33aa6dd2e Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Tue, 2 Jan 2018 05:00:44 -0500 Subject: [PATCH] Unmodded and notpreg accuracy --- src/uncategorized/clubReport.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index e1cd5404643..2ca459a2f23 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -175,7 +175,7 @@ <</if>> <<if isModded($slaves[_FLs]) == true>> <<set _young += 1>> - <<else>> + <<else isUnmodded($slaves[_FLs]) == true>> <<set _old += 1>> <</if>> <<if isXY($slaves[_FLs]) == true>> @@ -190,7 +190,7 @@ <</if>> <<if isPreg($slaves[_FLs]) == true>> <<set _pregYes += 1>> - <<else>> + <<else isNotPreg($slaves[_FLs]) == true>> <<set _pregNo += 1>> <</if>> <</if>> -- GitLab