Skip to content
Snippets Groups Projects
Commit 9f6c41b4 authored by Pregmodder's avatar Pregmodder
Browse files

fixes

parent bdffe8c3
No related branches found
No related tags found
1 merge request!2648Pregmod v1029-1
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
9/25/2018 9/25/2018
1
-fixes
0 0
-nursery facility added (beta) -nursery facility added (beta)
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
|| ($Flag == 1 && s.assignment == "rest in the spa") || ($Flag == 1 && s.assignment == "rest in the spa")
|| ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))), || ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))),
"Attendant Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s)), "Attendant Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s)),
"Nursery": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && s.devotion > 20 || slave.trust > 20 && ( "Nursery": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && s.devotion > 20 || s.trust > 20 && (
($Flag == 0 && s.assignment != "work as a nanny") ($Flag == 0 && s.assignment != "work as a nanny")
|| ($Flag == 1 && s.assignment == "work as a nanny") || ($Flag == 1 && s.assignment == "work as a nanny")
|| ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))), || ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))),
......
...@@ -1461,7 +1461,7 @@ ...@@ -1461,7 +1461,7 @@
<<set _slaveMultiplier += 0.1>> <<set _slaveMultiplier += 0.1>>
<<elseif setup.attendantCareers.includes($args[0].career)>> <<elseif setup.attendantCareers.includes($args[0].career)>>
<<set _slaveMultiplier += 0.1>> <<set _slaveMultiplier += 0.1>>
<<elseif setup.matronCareers.include($args[0].career)>> <<elseif setup.matronCareers.includes($args[0].career)>>
<<set _slaveMultiplier += 0.1>> <<set _slaveMultiplier += 0.1>>
<<elseif setup.schoolteacherCareers.includes($args[0].career)>> <<elseif setup.schoolteacherCareers.includes($args[0].career)>>
<<set _slaveMultiplier += 0.1>> <<set _slaveMultiplier += 0.1>>
......
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