diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index f754fe8319fefe526f9a9abf6b2cee90a7863ab8..2793c258b7a2c9448440b5908e69a288919ae055 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,9 +2,14 @@ 0.10.7.0/1 +2/14/18 + + 349 + -minor text fixes + 2/13/18 - 348. + 348.1 -added missing "tails" vector 348 diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index 5212c5293b757cc7fdc16c3f0134a5f950cb68a4..b52d0542adadc95f954966738f0784ca9b56107b 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -133,7 +133,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant eyes on $activeSlave.slaveName: she is not a mute.@@ + @@.red;Could not implant vocal cords on $activeSlave.slaveName: she is not mute.@@ <<set $completedOrgans.push(_slaveOrgans.voicebox)>> <</if>> <</if>> @@ -155,7 +155,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant eyes on $activeSlave.slaveName: she already has foreskin.@@ + @@.red;Could not implant <<if $activeSlave.dick > 0>>foreskin<<else>>clitoral hood<</if>> on $activeSlave.slaveName: she already has one.@@ <<set $completedOrgans.push(_slaveOrgans.foreskin)>> <</if>> <</if>> @@ -173,7 +173,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant eyes on $activeSlave.slaveName: she already has a prostate.@@ + @@.red;Could not implant prostate on $activeSlave.slaveName: she already has a prostate.@@ <<set $completedOrgans.push(_slaveOrgans.prostate)>> <</if>> <</if>> @@ -472,7 +472,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <br><hr> @@.red;This slave lacks a viable womb to accept fertile ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.freshOvaries)>> - <</if>> + <</if>> <</if>> /* penis */ <<if _slaveOrgans.penis != 0>> diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 0a9560b2a65ae93238f2f8bd47c63873d8700f70..010bd9bc89a21bdff2aa8415c0aaf7522ff9c101 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -769,7 +769,7 @@ <<else>> <<switch $slaves[$i].diet>> <<case "slimming" "restricted">> - Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@.lime;sheds pounds@@ even more effectively. + Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@.lime;to shed pounds@@ even more effectively. <<set $slaves[$i].weight -= 5>> <<case "fattening">> Since $pronoun is on a diet that favors weight gain, $possessive reduced appetite is counter productive; @@.yellow;$possessive drug regimen has been ended.@@