From 8f68dd611b0af00c84bc38adc51813fe1d2663c9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 1 Jan 2018 06:22:01 -0500 Subject: [PATCH] fix --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 7 ++++++- src/uncategorized/saWorkAGloryHole.tw | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index fd147904d6d..e8a5e8d2e29 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,11 +2,16 @@ 0.10.7.0/1 +01/01/18 + + 247 + -fixed vaginal use incrementing the anal total in the arcade + 12/31/17 246 -fixes - Fixes include #failedElite not clearing on ng+, excessive oral use and issues with serve you other slaves. + Fixes include $failedElite not clearing on ng+, excessive oral use and issues with serve you other slaves. 12/30/17 diff --git a/src/uncategorized/saWorkAGloryHole.tw b/src/uncategorized/saWorkAGloryHole.tw index 021376e8857..878496525f8 100644 --- a/src/uncategorized/saWorkAGloryHole.tw +++ b/src/uncategorized/saWorkAGloryHole.tw @@ -194,9 +194,9 @@ $possessiveCap feelings, skills, and appearance do not matter. $pronounCap is co <<set _oralUse = $oralUseWeight+($slaves[$i].lips/20)>> <<set _analUse = 0>> -<<if canDoAnal($slaves[$i])>><<set _analUse = $analUseWeight-$slaves[$i].anus>><</if>> +<<if canDoAnal($slaves[$i])>><<set _analUse = $analUseWeight-$slaves[$i].anus>><</if>> <<set _vaginalUse = 0>> -<<if canDoVaginal($slaves[$i])>><<set _analUse = $vaginalUseWeight-$slaves[$i].vagina>><</if>> +<<if canDoVaginal($slaves[$i])>><<set _vaginalUse = $vaginalUseWeight-$slaves[$i].vagina>><</if>> <<set _demand = _oralUse+_analUse+_vaginalUse>> <<set _oralUse = Math.trunc((_oralUse/_demand)*$beauty)>> -- GitLab