From 5d2e2ce2059fa265c5e64b2d532ab5ed109205d8 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 13 Feb 2019 23:14:57 -0500 Subject: [PATCH] a few more --- src/uncategorized/reShelterInspection.tw | 8 ++++---- src/uncategorized/saDevotion.tw | 4 ++-- src/uncategorized/seNonlethalPit.tw | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index a185d57542f..d0c73339b57 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -419,7 +419,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse -= 1>> <<else>> _Inspectee.slaveName says confidently, "I'm a whore!" The inspector makes a go-on gesture, and the slave continues, "It'<<s>> hard work <<s>>ometime<<s>>, but I'm okay. I'm much happier with my current owner, thank you." The inspector looks pleased, and says _he2'll put out a @@.green;good word@@ about you. - <<run repX(100, "event")>> + <<run repX(100, "event", _Inspectee)>> <<set $shelterAbuse -= 1>> <</if>> <<case "serve the public" "serve in the club">> @@ -428,13 +428,13 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <<set $shelterAbuse -= 1>> <<else>> _Inspectee.slaveName says confidently, "I'm a <<s>>lut!" The inspector makes a go-on gesture, and the slave continues, "It'<<s>> not bad. I'm much happier with my current owner, thank you." The inspector looks pleased, and says _he2'll put out a @@.green;good word@@ about you. - <<run repX(100, "event")>> + <<run repX(100, "event", _Inspectee)>> <<set $shelterAbuse -= 1>> <</if>> <<case "get milked" "work in the dairy">> <<if _Inspectee.lactation > 0>> _Inspectee.slaveName says happily, "I'm a milk cow!" The inspector arches an eyebrow skeptically, and the slave continues, "I give milk. <<S>>ee?" $He expresses a squirt of milk from one nipple. It'<<s>> a ni<<c>>e life. I'm much happier with my current owner, thank you." The inspector looks pleased, and says _he2'll put out a @@.green;good word@@ about you. - <<run repX(100, "event")>> + <<run repX(100, "event", _Inspectee)>> <<set $shelterAbuse -= 1>> <<else>> _Inspectee.slaveName says happily, "I get cockmilked!" The inspector arches an eyebrow skeptically, and the slave continues, "I give cum. It'<<s>> actually lot<<s>> of fun!" $He shakes $his penis for emphasis. "The machine feel<<s>> <<s>>o good. And when I'm almo<<s>>t empty, I get buttfucked to get the la<<s>>t drop out of me!" $He shivers. "It'<<s>> really ni<<c>>e..." The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet. @@ -442,7 +442,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <</if>> <<default>> _Inspectee.slaveName <<say>>s flatly, "Whatever my beloved <<Master>> require<<s>>. I have a good life now, and I would appre<<c>>iate it if you would <<s>>upport me by doing everything you can for _himP." Taken aback, the inspector says _he2'll put out a @@.green;good word@@ about you. - <<run repX(100, "event")>> + <<run repX(100, "event", _Inspectee)>> <<set $shelterAbuse -= 1>> <</switch>> <</if>> diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index 08226cf92ec..646bb6bd107 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -339,7 +339,7 @@ <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ - <<run repX($FSSingleSlaveRep*2, "retirement")>> + <<run repX($FSSingleSlaveRep*2, "retirement", $slaves[$i])>> <</if>> <<elseif $slaves[$i].devotion >= -20>> The prospect of manumission @@.hotpink;encourages $him to submit to slavery@@ and @@.mediumaquamarine;encourages $him to be optimistic.@@ @@ -358,7 +358,7 @@ <<= FSChange("Paternalist", 2)>> <<else>> @@.green;improves your reputation.@@ - <<run repX($FSSingleSlaveRep, "retirement")>> + <<run repX($FSSingleSlaveRep, "retirement", $slaves[$i])>> <</if>> <<elseif $slaves[$i].devotion >= -20>> The prospect of manumission @@.hotpink;cheers $him up@@ and @@.mediumaquamarine;makes $him optimistic.@@ diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw index 0524486d907..c5362706eb2 100644 --- a/src/uncategorized/seNonlethalPit.tw +++ b/src/uncategorized/seNonlethalPit.tw @@ -1039,10 +1039,10 @@ <<if $arcologies[0].FSRomanRevivalist != "unset" || $arcologies[0].FSDegradationist != "unset">> They @@.green;strongly approve@@ of you using this method of punishment; this advances ideas from antiquity about what public events should be. /*not sure what the message that usually displays for Degradationism is - that might have to be changed*/ <<if $arcologies[0].FSRomanRevivalist != "unset">> - <<run repX(10*$FSSingleSlaveRep*($arcologies[0].FSRomanRevivalist/$FSLockinLevel), "pit")>> + <<run repX(10*$FSSingleSlaveRep*($arcologies[0].FSRomanRevivalist/$FSLockinLevel), "pit", $activeSlave)>> <<set $arcologies[0].FSRomanRevivalist += 0.2*$FSSingleSlaveRep>> <<elseif $arcologies[0].FSDegradationist != "unset">> - <<run repX(10*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), "pit")>> + <<run repX(10*$FSSingleSlaveRep*($arcologies[0].FSDegradationist/$FSLockinLevel), "pit", $activeSlave)>> <<set $arcologies[0].FSDegradationist += 0.2*$FSSingleSlaveRep>> <</if>> <</if>> -- GitLab