Skip to content
Snippets Groups Projects
Commit 681e76b5 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Pregmod v1021-238

See merge request pregmodfan/fc-pregmod!1223
parents da7d44eb 9f2f23ff
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
12/28/17 12/28/17
238
-fixed slave summary bug
237 237
-fixes to eugenics bad end -fixes to eugenics bad end
-SFanons tweaks fixes and content -SFanons tweaks fixes and content
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
<<set $slaves[$i].devotion += 1>> <<set $slaves[$i].devotion += 1>>
<</if>> <</if>>
<</if>> <</if>>
<<set _fuckCount = (($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))>>
<<SimpleSlaveFucking $slaves[$i] _fuckCount>>
<<set $slaves[$i].need -= 2*_fuckCount>>
<<else>> <<else>>
obediently serves your other slaves' sexual needs. Being used as a sexual outlet for everyone @@.hotpink;keeps her in a good frame of mind.@@ obediently serves your other slaves' sexual needs. Being used as a sexual outlet for everyone @@.hotpink;keeps her in a good frame of mind.@@
<<set $slaves[$i].trust += 2>> <<set $slaves[$i].trust += 2>>
...@@ -53,6 +50,9 @@ ...@@ -53,6 +50,9 @@
<<if $slaves[$i].amp != 1 && !canWalk($slaves[$i])>> <<if $slaves[$i].amp != 1 && !canWalk($slaves[$i])>>
Since she's forced to crawl around, she's especially vulnerable. Since she's forced to crawl around, she's especially vulnerable.
<</if>> <</if>>
<<set _fuckCount = (($dormitoryPopulation+$roomsPopulation)+random((($dormitoryPopulation+$roomsPopulation)*1),($dormitoryPopulation+$roomsPopulation)*7))>>
<<SimpleSlaveFucking $slaves[$i] _fuckCount>>
<<set $slaves[$i].need -= 2*_fuckCount>>
<<else>> /* serving a slave */ <<else>> /* serving a slave */
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"Head Girl Suite": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( "Head Girl Suite": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && (
($Flag == 0 && s.assignment != "be your Head Girl" && s.indentureRestrictions <= 0 && s.breedingMark != 1) ($Flag == 0 && s.assignment != "be your Head Girl" && s.indentureRestrictions <= 0 && s.breedingMark != 1)
|| ($Flag != 0 && s.assignment == "live with your Head Girl"))), || ($Flag != 0 && s.assignment == "live with your Head Girl"))),
"Subordinate Targeting": s => (s.devotion >= -20 && s.fuckdoll == 0 && $activeSlave.ID != s.ID && ($activeSlave.amp != 1 || s.amp != 1), "Subordinate Targeting": s => (s.devotion >= -20 && s.fuckdoll == 0 && $activeSlave.ID != s.ID && ($activeSlave.amp != 1 || s.amp != 1)),
"Spa": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( "Spa": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && (
($Flag == 0 && s.assignment != "rest in the spa") ($Flag == 0 && s.assignment != "rest in the spa")
|| ($Flag == 1 && s.assignment == "rest in the spa") || ($Flag == 1 && s.assignment == "rest in the spa")
......
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