diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw index c4b8ad3b372109a8cc478e085bf891862b078431..136e993f5e84d1baf62486d04a6bd6bf6b4e00c0 100644 --- a/src/uncategorized/ptWorkaround.tw +++ b/src/uncategorized/ptWorkaround.tw @@ -526,10 +526,14 @@ Your @@.springgreen;slave-breaking experience@@ allows you to apply @@.gold;exquisite agony@@ without any increase in damage. <<set $activeSlave.trust -= 5>> <</if>> - <<if ($activeSlave.devotion > 20)>> + <<if ($activeSlave.trust < -20)>> $He is now fully broken; @@.yellow;$his training assignment has defaulted to fostering devotion.@@ <<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">> <<= IncreasePCSkills('slaving', 1)>> + <<elseif ($activeSlave.devotion > 20)>> + $He is now obedient and attentive; @@.yellow;$his training assignment has defaulted to fostering devotion.@@ + <<set $personalAttention[_ptwi].trainingRegimen = "build her devotion">> + <<= IncreasePCSkills('slaving', 1)>> <</if>> <<= IncreasePCSkills('slaving', 0.4)>> <<set $activeSlave.training = 0>> diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 8ccd458de10c7f6202031975233ed9f8fd1e0457..5b5006625b12047b44f39d86dbf0906cf192201e 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -1244,7 +1244,7 @@ $His health is already outstanding and cannot be improved with further drug treatment. @@.yellow;$His drug regimen has defaulted to preventatives.@@ <<set $slaves[$i].curatives = 1>> <<elseif (($slaves[$i].assignment == "rest") || ($slaves[$i].assignment == "rest in the spa")) && ($slaves[$i].fetish != "mindbroken")>> - <<if $slaves[$i].inflationType != "curatives" || $slaves[$i].inflation == 0>> + <<if $slaves[$i].inflationType != "curative" || $slaves[$i].inflation == 0>> The curatives $he's taking synergize with rest, keeping $him asleep most of the time. This is an @@.green;extremely effective health treatment.@@ <<else>> Since $he is usually slumbering soundly, the curatives are able to @@.green;work more efficiently.@@