From bb56c1cd964aae80d7837a9f0f88a72e5ca984c7 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Fri, 26 Oct 2018 01:36:58 -0400
Subject: [PATCH] Minor fixes

---
 devNotes/twine JS.txt                       | 1 +
 src/js/slaveGenerationJS.tw                 | 1 +
 src/uncategorized/BackwardsCompatibility.tw | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index 4446a379bf4..c536ab5ba45 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -31307,6 +31307,7 @@ window.BaseSlave = function BaseSlave() {
 		broodmotherCountDown: 0,
 		labor: 0,
 		births: 0,
+		laborCount: 0,
 		cSec: 0,
 		bellyAccessory: "none",
 		labia: 0,
diff --git a/src/js/slaveGenerationJS.tw b/src/js/slaveGenerationJS.tw
index 9cfd3b6f8ed..3c781254088 100644
--- a/src/js/slaveGenerationJS.tw
+++ b/src/js/slaveGenerationJS.tw
@@ -1435,6 +1435,7 @@ window.BaseSlave = function BaseSlave() {
 		broodmotherCountDown: 0,
 		labor: 0,
 		births: 0,
+		laborCount: 0,
 		cSec: 0,
 		bellyAccessory: "none",
 		labia: 0,
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index d7dfbc6456b..f174d4ce48a 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -53,7 +53,7 @@
 	<<unset $origin, $origins>>
 <</if>>
 
-<<if def $hare1>>
+<<if def $hare1 || def $hareSpeed1>>
 	<<unset $hare1, $hare2, $hare3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $origin1, $origin2, $origin3, $LurcherSpeed>>
 <</if>>
 
-- 
GitLab