diff --git a/src/pregmod/reMaleArcologyOwner.tw b/src/pregmod/reMaleArcologyOwner.tw index 4bff07de86b0c3577bce908968065e7cccfecbe8..a8af46911547c4e4a70ca6c6c267129554eb60d3 100644 --- a/src/pregmod/reMaleArcologyOwner.tw +++ b/src/pregmod/reMaleArcologyOwner.tw @@ -21,10 +21,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <<replace "#result">> You walk past him and out onto a balcony. He politely disengages himself and follows, meeting your gaze with a twinkle in his eye. You start talking of nothing of real consequence, but you find that you do have a fair amount to discuss and joke about, since there are oddities to your life that only another slaveowning arcology owner can really understand. You discover that he is very willing to share $PC.refreshment, and you break out some of your best. The party takes notice of your tete-a-tete, but his judgment was obviously correct. Rather than looking down on you, the other prominent guests seem respectfully envious of his access to you. This is still the case even when he starts to get flirty, leaning into you, brushing against you, and more. <<if $assistantName is "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> cleared your suite long ago, so when he finally nudges his hip against yours and does not take it away, you take him by the hand and lead him there. He stops you with a hand at the door to the suite and unbuttons his shirt, revealing a triathlete's tanned and sculpted body. As you begin to strip, he embraces you, whispering, "You have no idea how nice this is." It's clear it's been a long time since you've let someone else take the lead, and he sometimes has to snap wrestle you for dominance. He leaves a few hours later with a satisfied expression, giving you a deep kiss on his way out in full public view. @@.green;Your reputation has greatly improved.@@ <<if $PC.preg == 0 && ($PC.vagina == 1)>> - <<if random(1,100) > 40>> - <<set $PC.preg = 1>> - <<set $PC.pregSource = -4>> - <</if>> + <<KnockMeUp $PC 60 0 -4>> <</if>> <<set $rep += 1000>> <<set $desc = "a cologned thank-you note from a male arcology owner of your acquaintance">> @@ -38,10 +35,7 @@ He strikes a fine balance in conversation with you, firm enough to not overpower <<set $desc = "a flirtacious thank-you note from a male arcology owner of your acquaintance">> <<set $trinkets.push($desc)>> <<if $PC.preg == 0 && ($PC.vagina == 1)>> - <<if random(1,100) > 40>> - <<set $PC.preg = 1>> - <<set $PC.pregSource = -4>> - <</if>> + <<KnockMeUp $PC 60 0 -4>> <</if>> <<set $rep += 1000>> <</replace>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index c871fda265ff1f1ec00fba2a06802cdcf5c79ad0..05ed7dec34e11cb9afc654e22249c4533194dc92 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1430,7 +1430,7 @@ Setting missing global variables: <<set $justiceEvents = ["slave deal", "slave training", "majority deal", "indenture deal", "virginity deal"]>> <</if>> -<<if ($ver.includes("0.6") == true) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver == "0.9") && (!$ver.includes("10.6"))>> +<<if (($ver.includes("0.6") == true && !$ver.includes("10.6")) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver == "0.9"))>> <<if $seeDicks == 2>> <<set $seeDicks = 100>> <<elseif $seeDicks == 1>> @@ -1632,7 +1632,7 @@ Setting missing slave variables: <<set _Slave.training = 0>> <</if>> -<<if ($ver.includes("0.6") == true) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) && ($ver.includes("0.8.9") != true) && ($ver.includes("0.8.10") != true) && ($ver.includes("0.8.11") != true) && ($ver.includes("0.8.12") != true) && (!$ver.includes("10.6"))>> +<<if (($ver.includes("0.6") == true && !$ver.includes("10.6")) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true)) && ($ver.includes("0.8.9") != true) && ($ver.includes("0.8.10") != true) && ($ver.includes("0.8.11") != true) && ($ver.includes("0.8.12") != true)>> <<if _Slave.attrXX == 2>> <<set _Slave.attrXX = 90>> <<elseif _Slave.attrXX == 1>> @@ -1657,7 +1657,7 @@ Setting missing slave variables: <</if>> <</if>> -<<if ($ver.includes("0.6") == true) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) && (!$ver.includes("10.6"))>> +<<if (($ver.includes("0.6") == true && !$ver.includes("10.6")) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true))>> <<if _Slave.health <= -9>> <<set _Slave.health = -90>> <<elseif _Slave.health <= -7>> @@ -1730,7 +1730,7 @@ Setting missing slave variables: <</if>> <</if>> -<<if ($ver.includes("0.6") == true) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver.includes("0.9") == true) && ($ver.includes("0.9.5") != true) && ($ver.includes("0.9.6") != true) && ($ver.includes("0.9.7") != true) && ($ver.includes("0.9.8") != true) && ($ver.includes("0.9.9") != true) && ($ver.includes("0.9.10") != true) && (!$ver.includes("10.6"))>> +<<if (($ver.includes("0.6") == true && !$ver.includes("10.6")) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver.includes("0.9") == true)) && ($ver.includes("0.9.5") != true) && ($ver.includes("0.9.6") != true) && ($ver.includes("0.9.7") != true) && ($ver.includes("0.9.8") != true) && ($ver.includes("0.9.9") != true) && ($ver.includes("0.9.10") != true)>> <<if _Slave.oralSkill > 0>> <<if _Slave.oralSkill == 3>> <<set _Slave.oralSkill = 100>> @@ -1802,7 +1802,7 @@ Setting missing slave variables: <</if>> <</if>> <</if>> -<<if ($ver.includes("0.6") == true) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver.includes("0.9") != true) || ($ver == "0.9") && (!$ver.includes("10.6"))>> +<<if (($ver.includes("0.6") == true && !$ver.includes("10.6")) || ($ver.includes("0.7") == true) || ($ver.includes("0.8") == true) || ($ver.includes("0.9") != true) || ($ver == "0.9"))>> <<if _Slave.lips != 0>> <<if _Slave.lips == 3>> <<set _Slave.lips = 85>>