diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 4446a379bf4a85667641422b98e5af9e13d70748..c536ab5ba455498b30b541258fa050623c828ee6 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 9cfd3b6f8ed54b9115592fc86786d93b27496f48..3c781254088c0d71ff001c1bcbcac7e39fd934d6 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 d7dfbc6456b7e31c2a3ae6e4831f7b5be3f1b74d..f174d4ce48af8240a03eb3df3f4b1497e15e01f9 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>>