From 6e70ec05d52d6070fee6b7578297e45a16b69d02 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 20 Nov 2017 18:56:26 -0500 Subject: [PATCH] Fix. --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 24 ++++++++++++-------- src/uncategorized/walkPast.tw | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 63aaf6ec989..0b8538fbf7d 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4529,7 +4529,7 @@ Pregmod 0.10.3.0 -fixes -very bushy pubes - 11/12/16 + 11/12/17 123 -some fixes @@ -4543,7 +4543,7 @@ Pregmod 0.10.3.0 -fixes -RESS work - 11/13/16 + 11/13/17 126 -fixes @@ -4564,7 +4564,7 @@ Pregmod 0.10.3.0 129.1 -more fixes - 11/14/16 + 11/14/17 130 -fixed the free range dairy assignment scene @@ -4577,7 +4577,7 @@ Pregmod 0.10.3.0 132 -fix - 11/15/16 + 11/15/17 133 -major fixes to temporarily removed slaves @@ -4585,7 +4585,7 @@ Pregmod 0.10.3.0 -removed restrictions on hormone blockes -RESSTR event cleaning - 11/16/16 + 11/16/17 134 -major revisions to how temporarily removed slaves are handled @@ -4597,13 +4597,13 @@ Pregmod 0.10.3.0 -fixes -RESSTR cleaning completed - 11/17/16 + 11/17/17 137 -fixes -began inflation rework stage of pregnancy overhaul (phase 2) - 11/18/16 + 11/18/17 138 -fixes @@ -4616,7 +4616,7 @@ Pregmod 0.10.3.0 -fixes -SFanon's stuff - 11/19/16 + 11/19/17 141 -completed new vanilla country additions @@ -4631,8 +4631,14 @@ Pregmod 0.10.3.0 144 -The daughters of liberty now require combatants to pass a physical before deployment (the captures will be in a more reasonable fighting shape) + 11/20/17 + 145 -fixes -new SJW recruit -dairy slaves will only receive lactation implants if they have no dick, have breasts larger than flat, or are already lactating naturally. - -nationality reweighting \ No newline at end of file + -nationality reweighting + + 146 + -fixes + -dairy now only increases breasts in lactating slaves and the stimulators increase cum output \ No newline at end of file diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 59ca3a35954..4c16b7686a7 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -3,7 +3,7 @@ // <<set $target = "">> <<if $familyTesting == 1 && totalRelatives($activeSlave) > 0 && random(1,100) > 80>> - <<set $relations = $slaves.filter(function(s) { return areSisters($activeSlave, s) > 0 || s.mother == $activeSlave.ID || s.father == $activeSlave.ID || s.ID == $activeSlave.mother || ; s.ID == $activeSlave.father})>> + <<set $relations = $slaves.filter(function(s) { return areSisters($activeSlave, s) > 0 || s.mother == $activeSlave.ID || s.father == $activeSlave.ID || s.ID == $activeSlave.mother || s.ID == $activeSlave.father; })>> <<set $relation = $relations.random()>> <<if $relation.mother == $activeSlave.ID || $relation.father == $activeSlave.ID>> <<set $relationType = "daughter">> -- GitLab