- Nov 15, 2020
-
-
lowercasedonkey authored
-
- Nov 13, 2020
-
-
Blank_Alt authored
-
- Nov 05, 2020
-
-
turnop authored
-
- Nov 04, 2020
-
-
svornost authored
-
- Nov 02, 2020
-
-
lowercasedonkey authored
-
- Oct 30, 2020
-
-
lowercasedonkey authored
-
svornost authored
-
- Oct 29, 2020
-
-
lowercasedonkey authored
-
lowercasedonkey authored
-
svornost authored
1. Remove unnecessary SA global setting (V.i and App.Utils.SetLocalPronouns) since they're not needed anymore by any of the subreports 2. Fix a pronoun issue in the brothel report 3. Remove the last few traces of the $bedSlaves global 4. Fix a capitalization issue in reFullBed
-
- Oct 26, 2020
-
-
lowercasedonkey authored
-
- Oct 22, 2020
- Oct 21, 2020
-
-
i107760 authored
-
- Oct 17, 2020
-
-
Updated eye functions to accept PlayerState. Updated sePCBirthday to use App.Desc.eyeColor(). Added lastBDayEvent to gameVariableData.
-
- Oct 14, 2020
-
-
svornost authored
-
- Oct 13, 2020
-
-
svornost authored
-
-
brickode authored
-
svornost authored
1. Add a new release rule to control whether development facility leaders (Nurse, Attendant, Matron, Warden, and Schoolteacher) are allowed to have sex with the slave. Does not affect production facility leaders. 2. Determine employee-leader sexual contact before running slave reports at all, and adjust need and counters based only on ACTUAL sex, not hypotheticals. Fixes bugs for Cellblock and Clinic even without no rules changes, but also accounts for the new rule. Counters for both slaves are always adjusted on the *employee* end. 3. Friends may satisfy sexual needs in the clinic, if they're allowed to under general release rules; if relationship rules are *also* permissive, their relationship will advance automatically to FWB. 4. Fix many instances of counter mismatch throughout these scenarios. Use seX() where it makes sense to do so. 5. Add hints to Slave Interact to describe the release rules in more detail. Doesn't look great but should get the message across. Someone's welcome to reformat these if they want.
-
lowercasedonkey authored
-
ezsh authored
-
- Oct 12, 2020
-
-
Skriv authored
-
- Oct 09, 2020
-
-
svornost authored
-
- Oct 08, 2020
- Oct 06, 2020
-
-
ezsh authored
-
- Oct 04, 2020
-
-
brickode authored
-
svornost authored
Factor out the "usual" nonassignment sex block from saRules, with variant text for jobs that need it. Some jobs are special and don't call this code because they use totally different release logic (Clinic, Cellblock, Master Suite, etc).
-
svornost authored
Remove $pornFameBonus global (moving to saVars). Remove FutureSocieties.ChangePorn (which only had one remaining call site) to help ensure that nobody accidentally tries to access pornFameBonus when it's out of scope.
-
brickode authored
-
- Oct 03, 2020
-
-
brickode authored
-
- Oct 01, 2020
-
-
brickode authored
-
brickode authored
-
ezsh authored
-
svornost authored
1. Accept the facility multiplier as a parameter instead of using $servantMilkersMultiplier. 2. Return a results object containing all the necessary information instead of using $milk, $milkSale, $cum, $cumSale, $fluid, and $fluidSale. This also means we have an invariant return type between preview and execution modes, which things much easier from a type-safety perspective (i.e. we don't have to jump through as many hoops to make TS happy). 3. Merge logic between text and calculation. Reduce the structural impact of preview mode; it's OK to generate and return text that we're not going to use.
-
- Sep 28, 2020
- Sep 27, 2020
-
-
lowercasedonkey authored
-
- Sep 26, 2020
-
-
brickode authored
-