Skip to content
Snippets Groups Projects
Commit b0d39a02 authored by Ed86's avatar Ed86
Browse files

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
......@@ -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-->
......
......@@ -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])
{
......
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