From c4187172cf9dfb5cbdaf483362e1586ed445dc32 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 29 Apr 2017 20:51:53 -0400 Subject: [PATCH] Bugfixes. --- src/events/intro/introSummary.tw | 2 +- src/pregmod/fSlaveSlaveDickConsummate.tw | 2 +- src/pregmod/managePersonalAffairs.tw | 2 +- src/pregmod/physicalDevelopment.tw | 2 +- src/uncategorized/personalAssistantAppearance.tw | 8 ++++---- src/uncategorized/reRecruit.tw | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index fe2cc318c56..553b9288f2b 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -210,7 +210,7 @@ Should you be able to surgically attach a penis to your female slaves and starti <br> <<if $minimumSlaveAge < 3>> - <<set $minimumSlaveAge =to 3>> + <<set $minimumSlaveAge = 3>> <<elseif $minimumSlaveAge < 18>> /% OK %/ <<else>> diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw index 80cb28b0386..879d932bbeb 100644 --- a/src/pregmod/fSlaveSlaveDickConsummate.tw +++ b/src/pregmod/fSlaveSlaveDickConsummate.tw @@ -48,7 +48,7 @@ You take a look at the bound toy. $activeSlave.slaveName is obedient, but this might be too much for her, so you restrain her, making sure she can't resist. <<else>> Since $activeSlave.slaveName is unlikely to comply willingly, you simply restrain her firmly and administer a massive dose of vasodilators, directly where they will do the most good. $activeSlave.slaveName writhes with the pain of the injection, which is compounded as she springs agonizingly erect. -<<//if>> +<</if>> <</nobr>> diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw index a0c07e34b3d..aa12f5e3c03 100644 --- a/src/pregmod/managePersonalAffairs.tw +++ b/src/pregmod/managePersonalAffairs.tw @@ -323,7 +323,7 @@ On formal occasions, you are announced as $PCTitle. By slaves, however, you pref Your title is now $PC.customTitle. <<set $PC.customTitleLisp = $PC.customTitle, $PC.customTitleLisp = $PC.customTitleLisp.replace("ss", "th"), $PC.customTitleLisp = $PC.customTitleLisp.replace("S", "Th"), $PC.customTitleLisp = $PC.customTitleLisp.replace("s", "th")>> <</replace>> - <</link "">> + <</link>> <</replace>> <</link>> <<else>> diff --git a/src/pregmod/physicalDevelopment.tw b/src/pregmod/physicalDevelopment.tw index efb8afe14aa..5f68a0592f2 100644 --- a/src/pregmod/physicalDevelopment.tw +++ b/src/pregmod/physicalDevelopment.tw @@ -2641,4 +2641,4 @@ <</if>> <</switch>> - +<</if>> diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw index 328e5369548..25475d753da 100644 --- a/src/uncategorized/personalAssistantAppearance.tw +++ b/src/uncategorized/personalAssistantAppearance.tw @@ -1144,13 +1144,13 @@ She's a cute little <<if $arcologies[0].FSSupremacist != "unset">>$arcologies[0] <<if $assistantFSOptions>> <<switch $assistantFSAppearance>> <<case "paternalist">> - She has swapped to wearing much more, relatively speaking, modest clothing; extremely tight jeans and a top so small and taut you swear she's about to pop out of it. + She still hasn't managed to undo the spell; her chest is still unnatural smooth, not one nipple peaks the fabric of the robe. <<case "degradationist">> - She has replaced her loincloth with a chastity belt containing an immense dildo; it is clearly seen distending her belly. Countless scars line her back and ass from the frequent lashings she enjoys. + She still hasn't managed to undo the spell; her face, hands and every surface of her body are completely covered in tattoos. It is especially noticable when she talks that her tongue is tattoo'd too; wonder what decorates the surfaces of her body you can't see? <<case "roman revivalist">> - She'd fit in perfectly tormenting the condemned in Tartarus. + While she acts like a typical Roman woman, she is pretty obviously Greek. She can't even name the Pantheon correctly. <<case "egyptian revivalist">> - She has recently adjusted her appearance to resemble an Egyptian slave; that combined with a manufactured rebellious streak are sure to earn her a whipping. + She's managed to untangle herself from the wrappings, though she has choosen to leave several still wrapped around her body. <<case "edo revivalist">> She has tightly bound herself in shibari ropes, though they don't achieve much given she can still fly freely. <<case "arabian revivalist">> diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index d4d26f74108..25f936bed56 100644 --- a/src/uncategorized/reRecruit.tw +++ b/src/uncategorized/reRecruit.tw @@ -1318,7 +1318,7 @@ Knowing what's coming, the teachers in the facility do train their pupils accord <<set $activeSlaveOneTimeMinAge = 13>> <<set $activeSlaveOneTimeMaxAge = 18>> <<include "Generate XX Slave">> -<<set $activeSlave.origin = "She was the spoiled daughter of a wealthy old world businessman, who was captured and sold to you.">> +<<set $activeSlave.origin = "She was captured in a raid on a gated community and quickly sold off.">> <<set $activeSlave.devotion = -20>> <<set $activeSlave.trust = 0>> <<set $activeSlave.health = 20>> @@ -1342,7 +1342,7 @@ Knowing what's coming, the teachers in the facility do train their pupils accord <<set $activeSlave.muscles = 0>> <<set $activeSlave.shoulders = random(-2,0)>> <<set $activeSlave.intelligence = -1>> -<<set $activeSlave.career = "the spoiled daughter of a wealthy old world businessman">> +<<set $activeSlave.career = "from an upper class family">> <<set $activeSlave.fetish = "humiliation">> <<set $activeSlave.behavioralQuirk = "arrogant">> <<set $activeSlave.nationality = "American">> -- GitLab