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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
macaronideath
fc-pregmod
Commits
5c273d34
Commit
5c273d34
authored
4 years ago
by
Pregmodder
Browse files
Options
Downloads
Plain Diff
Merge branch 'je-fix' into 'pregmod-master'
je fix Closes #2379 See merge request
pregmodfan/fc-pregmod!8004
parents
11cc9af5
b1a73ef7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/jeSlaveDispute.tw
+2
-2
2 additions, 2 deletions
src/uncategorized/jeSlaveDispute.tw
with
2 additions
and
2 deletions
src/uncategorized/jeSlaveDispute.tw
+
2
−
2
View file @
5c273d34
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<<set _slave.stampTat = either("advertisements", "degradation", "rude words")>>
<<set _slave.stampTat = either("advertisements", "degradation", "rude words")>>
<<case "majority deal">>
<<case "majority deal">>
<<set _ContractCost = 20000>>
<<set _ContractCost = 20000>>
<<set _slave = GenerateNewSlave("",
,
{minAge: $minimumSlaveAge, maxAge: 18, disableDisability: 1})>>
<<set _slave = GenerateNewSlave("", {minAge: $minimumSlaveAge, maxAge: 18, disableDisability: 1})>>
<<set _slave.origin = "$He was raised to be a slave, since $he was mistakenly thought to be from good slave stock.">>
<<set _slave.origin = "$He was raised to be a slave, since $he was mistakenly thought to be from good slave stock.">>
<<set _slave.career = "a slave">>
<<set _slave.career = "a slave">>
<<set _slave.devotion = random(10,15)>>
<<set _slave.devotion = random(10,15)>>
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<<set _slave.skill.entertainment = 0>>
<<set _slave.skill.entertainment = 0>>
<<case "indenture deal">>
<<case "indenture deal">>
<<set _ContractCost = 7500>>
<<set _ContractCost = 7500>>
<<set _slave = GenerateNewSlave("",
,
{minAge: 24, maxAge: 42, disableDisability: 1})>>
<<set _slave = GenerateNewSlave("", {minAge: 24, maxAge: 42, disableDisability: 1})>>
<<run setHealth(_slave, jsRandom(-20, 20))>>
<<run setHealth(_slave, jsRandom(-20, 20))>>
<<set _slave.anus = 2>>
<<set _slave.anus = 2>>
<<if _slave.vagina > -1>>
<<if _slave.vagina > -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