From a2c319fba61e6b6940b73f4443f203fb5594cfa9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 13 Dec 2017 16:52:20 -0500 Subject: [PATCH] Rewrite --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 15 +++++++++++++-- src/uncategorized/hgApplication.tw | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 76f2b5d4b53..ea8f905cf6a 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4889,7 +4889,7 @@ Pregmod 0.10.3.0 201 -SFanons stuff - 12/11/17 + 12/12/17 202 -fixes @@ -4898,4 +4898,15 @@ Pregmod 0.10.3.0 -fxied bad if in saRules 204 - -saRules now applies to the clinic \ No newline at end of file + -saRules now applies to the clinic + + 205 + -git contributed fixes and muscle range expansion to custom slave/starting girls + + 12/13/17 + + 206 + -git contributed fixes + + 207 + -git contributed code simplification and fixes \ No newline at end of file diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw index 0259a150dbe..28bfdbb8043 100644 --- a/src/uncategorized/hgApplication.tw +++ b/src/uncategorized/hgApplication.tw @@ -161,7 +161,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i <<set _effectiveness -= $activeSlave.intelligence*15>> <<if _effectiveness <= 0>> - She fails at training $activeSlave.slaveName because she is too intelligent. + $activeSlave.slaveName is smart enough to complicate things; she manages to outwit her this week and makes no progress. <<else>> <<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>> <<if $activeSlave.devotion < -50>> -- GitLab