diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 424acc30998d9c8af2920e1a65ec0d711016a747..d2f46bf918c52bd8e85fdce6fbb6a1817a2ba679 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4,6 +4,10 @@ 4/10/2018 + 39 + -various fixes andd typos + -fixed an issue where personal training could attempt to soften paraphilias + 38 -various typos and minor fixes -fixed tabbed main's link issues diff --git a/devNotes/twine JS b/devNotes/twine JS index de5b9e95556488620528a0b70afcb47f56338292..ef27e3617f246db42eab836c202f7b0c41376cd0 100644 --- a/devNotes/twine JS +++ b/devNotes/twine JS @@ -975,7 +975,6 @@ window.nippleColor = function(slave) { } } -/* window.overpowerCheck = function(slave, PC) { var strength; @@ -995,7 +994,6 @@ window.overpowerCheck = function(slave, PC) { return strength; } -*/ window.jsAlert = function(obj) { diff --git a/src/uncategorized/pPeacekeepersInfluence.tw b/src/uncategorized/pPeacekeepersInfluence.tw index 8f63cd45ee5d1befecda9036bc3e65f918ef39bd..f1b0465748c37cc3816ff5974db42d6f9df97f58 100644 --- a/src/uncategorized/pPeacekeepersInfluence.tw +++ b/src/uncategorized/pPeacekeepersInfluence.tw @@ -89,7 +89,7 @@ As you review intelligence from the area at your desk, <<case "preggololi">>She claps excitedly. "I don't know what they think of lolis, but selling them a few cute little slave girls will surely warm them up to us," she says, patting her belly. "Plus, I'm sure they'll love how tight they are and how much energy they have once you break them in!" <<case "angel">>She wrings a wing nervously. "If we send them nice girls, we'd be doing a disservice to them by sending them away. But if we don't, how can we be certain that the girls they have will be well cared for? We definitely need to teach them our ways." She concludes. <<case "cherub">>She lands and ponders deeply. "We have to show them the right way before they get mislead. Some of our finest girls should help convert them to our ways!" - <<case "incubus">>She strokes her cock meaningfully. "Oh, and they could even develop into a regular market if they're sold distinctive, sexy girls. We should totally get them addicted rape." She makes several thrusting motions. + <<case "incubus">>She strokes her cock meaningfully. "Oh, and they could even develop into a regular market if they're sold distinctive, sexy girls. We should totally get them addicted to rape." She makes several thrusting motions. <<case "succubus">>She fingers her pussy meaningfully. "Oh, and they could even develop into a regular market if they're sold distinctive, sexy girls. Plus that means more money for you, and less competition for me." She winks. <<case "imp">>She punches her fist into her palm. "We should sell them sexy, but unbroken, girls. That way they can learn to love breaking slaves into proper sex toys!" She shivers with orgasm at the thought. <<case "witch">>She runs her hat through her hands. "If we sell them skilled girls, they'll grow closer to us. But we have to be careful not to send them klutzes like me; not everyone finds that adorable." She takes the time to mend the rip she accidentally tore in her hat's brim. diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index f92fd52aa78b932744f0bf6a5872e2b747569433..94509f65810f757196a5fab41dc313df8f42782a 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -103,7 +103,7 @@ <<if ($activeSlave.behavioralFlaw == "none")>> $activeSlave.slaveName got over her behavioral flaw without you, @@.yellow;her training assignment has defaulted to - <<if ($activeSlave.sexualFlaw == "none")>> + <<if ["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder", "none"].includes($activeSlave.sexualFlaw)>> <<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>> breaking her will. <<set $personalAttention[_ptwi].trainingRegimen = "break her will">> @@ -256,6 +256,17 @@ <<case "repressed">> is repressed. You strike a delicate balance with her, doing your best to train her to fuck as a sex slave should, but trying to retain the rush of doing the forbidden that makes her flush, shiver, and moan. <<set $activeSlave.oralCount += 10, $oralTotal += 10>> + <<case "cum addict" "anal addict" "attention whore" "breast growth" "abusive" "malicious" "self hating" "neglectful" "breeder">> + has a paraphilia. Typical methods will have no effect on this kind of flaw. + <<set $activeSlave.training = 0>> + @@.yellow;Her training assignment has defaulted to + <<if ($activeSlave.devotion <= 20) && ($activeSlave.trust > -20)>> + breaking her will. + <<set $personalAttention[_ptwi].trainingRegimen = "break her will">> + <<else>> + fostering devotion. + <<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">> + <</if>> <<default>> has something. You should probably report this as nobody knows what is currently happening. Her flaw was supposed to be $activeSlave.sexualFlaw. <</switch>> diff --git a/src/uncategorized/reBusyServantsQuarters.tw b/src/uncategorized/reBusyServantsQuarters.tw index c14ee8e22f3cb7c80b7c50dc4396ddb207098349..c1b619f94c68b02f6972fa0c3ab7de1cd0fc80cd 100644 --- a/src/uncategorized/reBusyServantsQuarters.tw +++ b/src/uncategorized/reBusyServantsQuarters.tw @@ -20,10 +20,10 @@ Your penthouse is very well staffed with servants. The trend in modern buildings <</if>> <<if $slaves[$i].assignment == "work as a servant">> <<set $slaves[$i].devotion -= 5>> - <<if ($slaves[$i].vagina > -1) && ($slaves[$i].vaginalAccessory != "chastity belt")>> + <<if canDoVaginal($slaves[$i]) && $slaves[$i].vagina > 0>> <<set $slaves[$i].vaginalCount += 1>> <<set $vaginalTotal += 1>> - <<else>> + <<elseif canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>> <<set $slaves[$i].analCount += 1>> <<set $analTotal += 1>> <</if>>