From 842791919b788da59c4080ca12d91ba2633c6c67 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 8 Feb 2019 17:58:38 -0500
Subject: [PATCH] temp fix

---
 src/js/SlaveState.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index 6cc977e2afe..375ade073c8 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -1930,13 +1930,13 @@ App.Entity.SlaveState = class SlaveState {
 		/** Has the slave gone through female puberty.
 		 *
 		 * 0: no; 1: yes */
-		this.pubertyXX = 0;
+		//this.pubertyXX = 0;
 		/** Target .physicalAge for male puberty to occur. */
 		this.pubertyAgeXY = 13;
 		/** Has the slave gone through male puberty.
 		 *
 		 * 0: no; 1: yes */
-		this.pubertyXY = 0;
+		//this.pubertyXY = 0;
 		/**
 		 * not fully implemented.
 		 * * 0: no scars
-- 
GitLab