Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
9f6c41b4
Commit
9f6c41b4
authored
6 years ago
by
Pregmodder
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
bdffe8c3
No related branches found
No related tags found
1 merge request
!2648
Pregmod v1029-1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devNotes/VersionChangeLog-Premod+LoliMod.txt
+3
-0
3 additions, 0 deletions
devNotes/VersionChangeLog-Premod+LoliMod.txt
src/uncategorized/slaveSummary.tw
+1
-1
1 addition, 1 deletion
src/uncategorized/slaveSummary.tw
src/utility/assayWidgets.tw
+1
-1
1 addition, 1 deletion
src/utility/assayWidgets.tw
with
5 additions
and
2 deletions
devNotes/VersionChangeLog-Premod+LoliMod.txt
+
3
−
0
View file @
9f6c41b4
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
src/uncategorized/slaveSummary.tw
+
1
−
1
View file @
9f6c41b4
...
@@ -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 || s
lave
.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))),
...
...
This diff is collapsed.
Click to expand it.
src/utility/assayWidgets.tw
+
1
−
1
View file @
9f6c41b4
...
@@ -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.include
s
($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>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment