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
78c9312b
Commit
78c9312b
authored
3 years ago
by
svornost
Browse files
Options
Downloads
Patches
Plain Diff
Vat growth process apparently matures them to 16, so set that as minimum age
parent
14e52756
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!10144
Broaden slave generation parameters in REC Runaway Cat
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Mods/Catmod/events/reRecruit/runawayCat.js
+1
-1
1 addition, 1 deletion
src/Mods/Catmod/events/reRecruit/runawayCat.js
with
1 addition
and
1 deletion
src/Mods/Catmod/events/reRecruit/runawayCat.js
+
1
−
1
View file @
78c9312b
...
@@ -65,7 +65,7 @@ App.Events.recRunawayCat = class recRunawayCat extends App.Events.BaseEvent {
...
@@ -65,7 +65,7 @@ App.Events.recRunawayCat = class recRunawayCat extends App.Events.BaseEvent {
}
}
function
makeSlave
()
{
function
makeSlave
()
{
const
slave
=
GenerateNewSlave
(
null
,
{
maxAge
:
22
,
race
:
"
catgirl
"
});
const
slave
=
GenerateNewSlave
(
null
,
{
minAge
:
16
,
maxAge
:
22
,
race
:
"
catgirl
"
});
slave
.
face
=
random
(
25
,
75
);
slave
.
face
=
random
(
25
,
75
);
slave
.
origin
=
"
$He was bioengineered by a rival arcology owner. After being mistreated, $he escaped and came to you for protection.
"
;
slave
.
origin
=
"
$He was bioengineered by a rival arcology owner. After being mistreated, $he escaped and came to you for protection.
"
;
slave
.
slaveName
=
setup
.
catSlaveNames
.
random
();
slave
.
slaveName
=
setup
.
catSlaveNames
.
random
();
...
...
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