From 363cf26f96cc7fb1623988e12da08258bcb75f6c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 1 Dec 2019 16:05:18 -0500 Subject: [PATCH] typos and changelog --- Changelog.txt | 7 +++++++ src/uncategorized/longSlaveDescription.tw | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index aca8b60d970..a917b6e5303 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,12 @@ Pregmod +0.10.7.1-3.1.x + + 0 + -standardized player and slave objects + -FS naming is now player selectable instead of a priority + -minor fixes and JSification + 0.10.7.1-3.0.x 11/21/2019 diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw index ceecabfbab3..da7f7afbcb3 100644 --- a/src/uncategorized/longSlaveDescription.tw +++ b/src/uncategorized/longSlaveDescription.tw @@ -1788,9 +1788,9 @@ and <<if $arcologies[0].FSStatuesqueGlorification != "unset">> <<if heightPass($activeSlave)>> - $He is tall enough <<if setup.heightBoostingShoes.includes($activeSlave.shoes)>>in $his <<= heightToEitherUnit(heelLength($activeSlave))>> <</if>>to measure up to society's strict tastes. + $He is tall enough <<if setup.heightBoostingShoes.includes($activeSlave.shoes)>>in $his <<= heightToEitherUnit(heelLength($activeSlave))>> $activeSlave.shoes <</if>>to measure up to society's strict tastes. <<else>> - $He is fails to measure up to society's strict tastes<<if setup.heightBoostingShoes.includes($activeSlave.shoes)>> even with $his <<= heightToEitherUnit(heelLength($activeSlave))>><</if>>. + $He fails to measure up to society's strict tastes<<if setup.heightBoostingShoes.includes($activeSlave.shoes)>> even with $his <<= heightToEitherUnit(heelLength($activeSlave))>> $activeSlave.shoes<</if>>. <</if>> <<elseif $arcologies[0].FSPetiteAdmiration != "unset">> <<if heightPass($activeSlave)>> -- GitLab