Skip to content
Snippets Groups Projects
Commit 5d2e2ce2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

a few more

parent 026ee4f2
No related branches found
No related tags found
1 merge request!3604Add a few more attributions to slaves in rep x
......@@ -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>>
......
......@@ -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.@@
......
......@@ -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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment