diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js index d78a79f5bb789ec126f89799655b89b154e601d3..8c18f1bc8ee9a5fbb036407101b42c135e6e4625 100644 --- a/src/js/eventSelectionJS.js +++ b/src/js/eventSelectionJS.js @@ -338,8 +338,10 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) { if (eventSlave.dick > 0) { if (eventSlave.anus > 0) { if (eventSlave.devotion >= 10) { - if (V.REFeminizationCheckinIDs.includes(eventSlave.ID)) { - V.RECIevent.push("feminization"); + if (eventSlave.genes === "XY") { + if (V.REFeminizationCheckinIDs.includes(eventSlave.ID)) { + V.RECIevent.push("feminization"); + } } if (eventSlave.trust >= 10) { if (canAchieveErection(eventSlave)) { diff --git a/src/player/electiveSurgery.tw b/src/player/electiveSurgery.tw index 57616755ec33c642828353b14c52f1599d8bbc4a..92030963c776635b85ffe303f16d1bf29fc8ab6d 100644 --- a/src/player/electiveSurgery.tw +++ b/src/player/electiveSurgery.tw @@ -65,7 +65,7 @@ You're @@.orange;$PC.actualAge years old.@@ You've had surgery to make yourself @@.lime;look younger.@@ <br>[[Undo Facial surgery|PC Surgery Degradation][$PC.faceImplant = 0, $PC.visualAge = $PC.physicalAge, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "restoreFace"]] <<else>> - You could undergo facial surgery to make yourself look older, though you could also make yourself look even younger. + You could undergo facial surgery to make yourself look older<<if $PC.visualAge >= 25>>, though you could also make yourself look even younger<</if>>. <br> <<if $PC.visualAge >= 25>> [[Remodel your face to appear younger|PC Surgery Degradation][$PC.faceImplant = 1, cashX(forceNeg(5000), "PCmedical"), $surgeryType = "ageDown"]] | diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index c9d2e9aa5befc3703be90337079daab6b60f312c..55af71abe5cf0626d6856129c0a434b210b5d95d 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -503,7 +503,7 @@ <<case "break her will">> <<set $activeSlave.devotion -= 4>> - <<if ($activeSlave.trust > 2)>> + <<if ($activeSlave.trust > 20)>> <<set $activeSlave.trust -= 15>> <<else>> <<set $activeSlave.trust -= 10>> @@ -576,10 +576,14 @@ <<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>> $activeSlave.slaveName's nipples beg for punishment. Whenever $he falls short in the smallest way, you bind $him in such a way that breasts dangle, $his nipples are free and at your mercy, and $he can only move enough to cause $his boobs to sway erotically when $he flinches with pain. You then indulge your inventiveness, applying clips, weights, and simple abuse to $his nipples, while beating the rest of $him thoroughly. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the beatings @@.red;affect $his health, leaving $him with a $activeSlave.minorInjury.@@ <<elseif ($activeSlave.anus > 0) && canDoAnal($activeSlave)>> - You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside $his anus. The setup offers $him a choice: $he can either stand and have only tip up $his butt, or $he can take $his weight off $his legs, and take a massive phallus up the ass. You keep $him like this for hours on end. At the start $he tries to stand all the time. Then, $he tries to rest on it for short periods, but realizes that this up and down motion really just leads to $him assraping $himself. Finally, $he becomes so tired and apathetic that $he accepts having a dildo up the ass, and sits down. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects $his health.@@ + You bind $activeSlave.slaveName with the head of an uncomfortably large dildo just inside $his anus. The setup offers $him a choice: $he can either stand and have only tip up $his butt, or $he can take $his weight off $his legs, and take a massive phallus up the ass. You keep $him like this for hours on end. At the start $he tries to stand all the time. Then, $he tries to rest on it for short periods, but realizes that this up and down motion really just leads to $him assraping $himself. Finally, $he becomes so @@.red;tired and apathetic@@ that $he accepts having a dildo up the ass, and sits down. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress @@.red;affects $his health.@@ + <<set $activeSlave.health.tired = Math.clamp($activeSlave.health.tired+20, 0, 1000)>> <<else>> <<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>> - The first time you force $activeSlave.slaveName to please you this week, $he could be forgiven for thinking sexual abuse is to be $his sentence. By the end of the week $he remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using $him whenever $he shows any sign of sleeping. You reward $him with a short doze now and then, but $he is slowly reduced to a nearly insensible state of agonizing fatigue. $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress and rough treatment @@.red;affect $his health and leave $him with a $activeSlave.minorInjury.@@ + The first time you force $activeSlave.slaveName to please you this week, $he could be forgiven for thinking sexual abuse is to be $his sentence. By the end of the week $he remembers only fearing rape as a pleasant dream. This change is due to your program of roughly using $him whenever $he shows any sign of sleeping. You reward $him with a short doze now and then, but $he is slowly reduced to a nearly insensible state of @@.red;agonizing fatigue.@@ $He is subjected to @@.mediumorchid;immense mental pressure@@ @@.gold;in favor of obedience,@@ but the extreme stress and rough treatment @@.red;affect $his health and leave $him with a $activeSlave.minorInjury.@@ + <<if $activeSlave.health.tired < 120>> + <<set $activeSlave.health.tired = 120>> + <</if>> <</if>> <<if ($activeSlave.fetish != "mindbroken")>> <<set _seed = random(1,100)>>