From 43817b87e082080f7f298c5d1b7c591ee53537d1 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Sat, 12 Sep 2020 11:06:10 -0700 Subject: [PATCH] fixes a few typos and errors from neoimp recruitment --- src/uncategorized/saRecruitGirls.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index 04ebec02fda..75e57fc7172 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -742,7 +742,7 @@ <<if $slaves[$i].intelligence+$slaves[$i].intelligenceImplant > 15 && ($slaves[$i].devotion > 95 || $slaves[$i].trust > 95)>> <<set _seed += 1, _FSdefend++, $arcologies[0].FSChattelReligionist += 0.01*$FSSingleSlaveRep*_FSIntMod>> <</if>> - <<if $slaves[$i].clothes == "a chattel habit" || $slaves[$i].clothes == "a fallen nuns habit" || $slaves[$i].clothes == "a penitent nuns habit" || $slaves[$i].clothes == "a hijab and abaya" || ($arcologies[0].FSRomanRevivalist != "unset" && $slaves[$i].clothes == "a toga")($arcologies[0].FSNeoImperialist != "unset" && $slaves[$i].clothes == "a tight Imperial bodysuit")>> + <<if $slaves[$i].clothes == "a chattel habit" || $slaves[$i].clothes == "a fallen nuns habit" || $slaves[$i].clothes == "a penitent nuns habit" || $slaves[$i].clothes == "a hijab and abaya" || ($arcologies[0].FSRomanRevivalist != "unset" && $slaves[$i].clothes == "a toga")($arcologies[0].FSNeoImperialist != "unset" && $slaves[$i].clothes == "a tight Imperial bodysuit" || $slaves[$i].clothes == "Imperial Plate")>> <<set _seed += 1>> <</if>> <<elseif $arcologies[0].FSNull != "unset">> @@ -1104,8 +1104,8 @@ Clad in $his holy garb, $slaves[$i].slaveName preaches to the atrium with a powerful appeal to the new morality, in which $his absolute faith in your revelations is unmistakable. <<elseif $arcologies[0].FSNeoImperialist != "unset" && $slaves[$i].clothes == "a tight Imperial bodysuit">> $He lectures eloquently on the importance of hierarchy and noble lineage in a pseduo-religious fashion, dressed out in $his form-fitting bodysuit; most of the listeners' eyes fall on $his tightly-outlined chest and how $his nipples protrude obviously underneath the cybersuit, your crest emblazoned over the rock-hard nubs doing more of the arguing. - <<else>> - $He gives a lengthy, if somewhat stuttering speech about the importance of hierarchy and noble lineage in a pseudo-religious fashion, talking semi-awkwardly on the divine right to rule and how society functions best with clear rulers at the top and their servants obediently following beneath. + <<elseif $arcologies[0].FSNeoImperialist != "unset" && $slaves[$i].clothes == "Imperial Plate">> + $He gives a lengthy speech about the importance of hierarchy and noble lineage in a pseudo-religious fashion, speaking on the divine right of the nobility to rule while dominating the floor in $his ultra-heavy Imperial plate. <<elseif $arcologies[0].FSRomanRevivalist != "unset" && $slaves[$i].clothes == "a toga">> $He preaches in the atrium, delivering a powerful and faith-filled appeal in support of the new state religion and its Prophet-Emperor, descendant of the gods. <<else>> @@ -1143,7 +1143,7 @@ <<if $arcologies[0].FSNeoImperialist != "unset">> <<if $slaves[$i].clothes == "a tight Imperial bodysuit">> <<if $slaves[$i].face > 10 && $slaves[$i].skill.entertainment >= 60>> - $He thrills the watching audience with $his immense beauty and charm, perofrming just as a proper Imperial slave ought - obedient, gorgeous, and strikingly attentive. + $He thrills the watching audience with $his immense beauty and charm, performing just as a proper Imperial slave ought - obedient, gorgeous, and strikingly attentive. <<elseif $slaves[$i].face > 10>> $His beauty captivates the watching audience, although $he is somewhat awkward and ungraceful when actually speaking with them. <<elseif $slaves[$i].skill.entertainment >= 60>> -- GitLab