Skip to content
Snippets Groups Projects
Commit 6c4b442b authored by svornost's avatar svornost
Browse files

_FLs is no longer set in the spa report, so don't try to use it.

parent eeec6fc6
No related branches found
No related tags found
1 merge request!6758_FLs is no longer set in the spa report, so don't try to use it.
......@@ -2103,16 +2103,16 @@
is routinely relieved of any built up tension by _S.Attendant.slaveName and $his
<<if canPenetrate($slaves[$i]) && _S.Attendant.boobs >= 500>>
luscious breasts.
<<set $slaves[_FLs].counter.mammary += 14, $mammaryTotal += 14>>
<<set _S.Attendant.counter.mammary += 14, $mammaryTotal += 14>>
<<else>>
<<if $slaves[_FLs].lips > 40>>
<<if _S.Attendant.lips > 40>>
luscious lips.
<<elseif $slaves[_FLs].skill.oral > 30>>
<<elseif _S.Attendant.skill.oral > 30>>
skilled tongue.
<<else>>
willing mouth.
<</if>>
<<set $slaves[_FLs].counter.oral += 14, $oralTotal += 14>>
<<run actX(_S.Attendant, "oral", 14)>>
/* possible cumflation code here */
<</if>>
<<set $slaves[$i].need -= 60>>
......
......@@ -217,7 +217,7 @@
<</if>>
<<if _S.Attendant>>
<<set $i = _FLs>> /* apply following SA passages to facility leader */
<<set $i = $slaveIndices[$AttendantID]>> /* apply following SA passages to facility leader */
<<if $showEWD != 0>>
<br><br>
/* 000-250-006 */
......
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