diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 6bd0adeeaa4e4afc05a20cb26392645ba52d2a71..29d223ae39426d32b8bcc7d1a5f141113050cd05 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -2262,7 +2262,7 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</if>> $He pulls $himself together and continues. "And I think we're going t-to be b-both. Both _mother and <<daughter 2>>, and lover<<s>>." $He pulls $subSlave.slaveName up into an embrace and kisses _him2 hungrily. "My pretty little _mother lover." $subSlave.slaveName @@.hotpink;giggles and kisses@@ $activeSlave.slaveName back. The older slave is suffused with lust, any lingering shriek of revulsion inside $his head @@.hotpink;drowned out@@ by <<if $activeSlave.sexualQuirk == "perverted">>sexual perversion<<else>>the urge to satisfy $his needs<</if>>. "Come here," $he moans, <<if $activeSlave.fetishKnown>> - <<switch _Slave.fetish>> + <<switch $activeSlave.fetish>> <<case "submissive">> "and do whatever you want with me. U<<s>>e me, <<s>>weetie." <<set $activeSlave.counter.oral++, $oralTotal++, $subSlave.counter.oral++, $oralTotal++>> diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw index 32fa30d14bec940129008ecf8f5d22033b4f4b6a..87015b99a91a6692362e5cebdb506f1389e0f5dd 100644 --- a/src/uncategorized/neighborsFSAdoption.tw +++ b/src/uncategorized/neighborsFSAdoption.tw @@ -694,6 +694,9 @@ societal development. <<elseif ($arcologies[$i].FSPaternalist == "unset") && ($arcologies[$i].FSDegradationist == "unset")>> The arcology's Slave Professionalism culture @@.yellow;pushes it towards Paternalism,@@ since happy slaves are much more willing to be molded in to shape. <<set $arcologies[$i].FSPaternalist = 5>><<break>> + <<elseif ($arcologies[$i].FSPhysicalIdealist == "unset") && ($arcologies[$i].FSHedonisticDecadence == "unset")>> + The arcology's Slave Professionalism culture @@.yellow;pushes it towards Physical Idealism,@@ since a fitting body is required to house the perfect mind. + <<set $arcologies[$i].FSPhysicalIdealist = 5>><<break>> <<elseif ($arcologies[$i].FSChattelReligionist == "unset")>> The arcology's Slave Professionalism culture @@.yellow;pushes it towards Chattel Religionism,@@ since skilled service is already a part of a slave's daily life. <<set $arcologies[$i].FSChattelReligionist = 5>><<break>>