Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rjw
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
Scenty
rjw
Commits
b0d39a02
Commit
b0d39a02
authored
5 years ago
by
Ed86
Browse files
Options
Downloads
Patches
Plain Diff
added idol to whore backstories
removed Soldier, Street(wtf is that?)
parent
fa03d5cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Defs/SpecialBackstories.xml
+4
-5
4 additions, 5 deletions
Defs/SpecialBackstories.xml
Source/Modules/Whoring/Thoughts/ThoughtWorker_Whore.cs
+1
-1
1 addition, 1 deletion
Source/Modules/Whoring/Thoughts/ThoughtWorker_Whore.cs
with
5 additions
and
6 deletions
Defs/SpecialBackstories.xml
+
4
−
5
View file @
b0d39a02
...
...
@@ -7,13 +7,12 @@
<!--Story Short names-->
<!--Only adult stories are checked-->
<!--Due to some genius(that is not compliment) encrypting backstories in the game executable, there is no reliable way to determine them-->
<!--Will have to do string match along the names-->
<li>
Model
</li>
<!--Will have to do string match along the names, this can have unexpected results-->
<li>
Sex slave
</li>
<li>
Courtesean
</li>
<li>
Housemate
</li>
<li>
Street
</li
>
<li>
Soldier
</li
>
<li>
Housemate
</li>
<!--filthy MILF whores-->
<li>
Model
</li>
<!--in fashion business they are either whores or gays... or both--
>
<li>
idol
</li>
<!--same as above--
>
<!--rjw own-->
<li>
Nymph
</li>
<!--ChJees Androids-->
...
...
This diff is collapsed.
Click to expand it.
Source/Modules/Whoring/Thoughts/ThoughtWorker_Whore.cs
+
1
−
1
View file @
b0d39a02
...
...
@@ -31,7 +31,7 @@ namespace rjw
var
c
=
pawn
.
records
.
GetAsInt
(
whore_count
);
//Log.Message("Whore count of " + pawn + " is " + c);
var
b
=
backstories
.
Contains
(
pawn
.
story
?.
adulthood
?.
titleShort
)
?
storyOffset
:
0
;
//Log.Message("
Got
offset " + b);
//Log.Message("
Backstory
offset " + b);
var
score
=
c
+
b
;
if
(
score
>
stages
[
stages
.
Count
-
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