diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index fd147904d6de8a441fd18dcab9ed8950c08865eb..e8a5e8d2e298e1320cc1f3771232eaf79bbc82b5 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 021376e8857a372aeedd968512037ddee42c452c..878496525f855dc5880584f58188621b33fa1a42 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)>>