Skip to content
Snippets Groups Projects
Commit 4fc31452 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix more activeSlave

parent 6053f0b4
No related branches found
No related tags found
1 merge request!7938Remove ASdump from f series
:: FAbuse [nobr no-history]
<<run App.Utils.setLocalPronouns($activeSlave)>>
<<run App.Utils.setLocalPronouns(getSlave($AS))>>
<<if (getSlave($AS).ID == $BodyguardID)>>
<<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 95)>>
......
:: FAnus [nobr no-history]
<<run App.Utils.setLocalPronouns($activeSlave)>>
<<run App.Utils.setLocalPronouns(getSlave($AS))>>
<<set getSlave($AS).counter.anal++, $analTotal++>>
You call $him over so you can
......
:: FBellyFuck [nobr no-history]
<<run App.Utils.setLocalPronouns($activeSlave)>>
<<run App.Utils.setLocalPronouns(getSlave($AS))>>
You have $him brought to you so that you can fuck $his hyperpregnant body.
<<if tooBigBelly(getSlave($AS))>>
......
:: FBoobs [nobr no-history]
<<run App.Utils.setLocalPronouns($activeSlave)>>
<<run App.Utils.setLocalPronouns(getSlave($AS))>>
<<set getSlave($AS).counter.mammary++, $mammaryTotal++>>
You call $him over so you can play with $his
......
......@@ -1307,10 +1307,10 @@ It's not over yet, though. You tell your slave that it's time to incorporate som
<<case "mindbroken">>
"Free Slut"
<<default>>
<<print App.Desc.inscrip($activeSlave)>>
<<print App.Desc.inscrip(getSlave($AS))>>
<</switch>>
<<else>>
<<print App.Desc.inscrip($activeSlave)>>
<<print App.Desc.inscrip(getSlave($AS))>>
<</if>>
<</switch>>
is written across $his chest in large, vibrant letters.
......
:: FRival [nobr no-history]
<<set _partnerID = getSlave($AS).rivalryTarget>>
<<run App.Utils.setLocalPronouns($activeSlave)>>
<<run App.Utils.setLocalPronouns(getSlave($AS))>>
<<setLocalPronouns getSlave(_partnerID) 2>>
You call <<= getSlave($AS).slaveName>> to your office and let $him know you'll be abusing <<= getSlave(_partnerID).slaveName>> together.
......
......@@ -3,22 +3,22 @@
<<set $slaverapistx = 0>>
<p class="scene-intro">
Select a slave that will ride $activeSlave.slaveName.
Select a slave that will ride <<= getSlave($AS).slaveName>>.
</p>
<h2>Select an eligible slave</h2>
<<set _eligibles = $slaves.filter((s) => (s.ID != $activeSlave.ID) && isSlaveAvailable(s) && canDoVaginal(s) && canStand(s) /* amp-amp scene is not written */)>>
<<set _eligibles = $slaves.filter((s) => (s.ID != getSlave($AS).ID) && isSlaveAvailable(s) && canDoVaginal(s) && canStand(s) /* amp-amp scene is not written */)>>
<<for _i = 0; _i < _eligibles.length; _i++>>
<div>
<<set _name = SlaveFullName(_eligibles[_i])>>
<<print "[[_name|FSlaveSlaveDick Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg(_eligibles[_i], $activeSlave))>>
<<if (canImpreg(_eligibles[_i], getSlave($AS)))>>
@@.green;Fertile@@
<</if>>
<<if totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if totalRelatives(getSlave($AS)) > 0>>
<<set _relTerm = relativeTerm(getSlave($AS), _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<</if>>
......
......@@ -3,23 +3,23 @@
<<set $slaverapistx = 0>>
<p class="scene-intro">
Select a slave that will fuck $activeSlave.slaveName.
Select a slave that will fuck <<= getSlave($AS).slaveName>>.
</p>
<h2>Select an eligible slave</h2>
<<set _eligibles = $slaves.filter((s) => (s.ID != $activeSlave.ID) && isSlaveAvailable(s) && (canPenetrate(s) || s.clit >= 4))>>
<<set _eligibles = $slaves.filter((s) => (s.ID != getSlave($AS).ID) && isSlaveAvailable(s) && (canPenetrate(s) || s.clit >= 4))>>
<<for _i = 0; _i < _eligibles.length; _i++>>
<div>
<<set _name = SlaveFullName(_eligibles[_i])>>
<<print "[[_name|FSlaveSlaveVag Consummate][$slaverapistx = _eligibles[" + _i + "]]]">>
<<if _eligibles[_i].custom.label>> (@@.yellow;''<<print _eligibles[_i].custom.label>>''@@)<</if>>
<<if (canImpreg($activeSlave, _eligibles[_i]))>>
<<if (canImpreg(getSlave($AS), _eligibles[_i]))>>
@@.green;Virile@@
<</if>>
<<if totalRelatives($activeSlave) > 0>>
<<set _relTerm = relativeTerm($activeSlave, _eligibles[_i])>>
<<if totalRelatives(getSlave($AS)) > 0>>
<<set _relTerm = relativeTerm(getSlave($AS), _eligibles[_i])>>
<<if _relTerm != null>>
@@.lightgreen;<<= capFirstChar(_relTerm)>>@@
<</if>>
......
......@@ -38,7 +38,7 @@ Their relationship would probably be somewhat artificial at first, and they'd ha
<br><br>__Put $him with another worshipful <<if getSlave($AS).relationship == -2>>emotionally bonded slave<<else>>emotional slut<</if>>:__
<<includeDOM App.UI.SlaveList.slaveSelectionList(
s => s.devotion >= 100 && s.relationship === $activeSlave.relationship && s.ID !== $activeSlave.ID,
s => s.devotion >= 100 && s.relationship === getSlave($AS).relationship && s.ID !== getSlave($AS).ID,
App.UI.SlaveList.SlaveInteract.stdInteract,
null,
(s) => App.UI.DOM.passageLink('Match them', 'Matchmaking', () => { variables().subSlave = s; })
......@@ -183,7 +183,7 @@ Being ordered into a relationship would be difficult for anyone, but they're so
<</if>>
<<set $subSlave.relationship = 4>>
<<set $subSlave.relationshipTarget = $activeSlave.ID>>
<<set $subSlave.relationshipTarget = getSlave($AS).ID>>
<<set $subSlave.devotion -= 20>>
<<set getSlave($AS).relationship = 4>>
<<set getSlave($AS).relationshipTarget = $subSlave.ID>>
......@@ -192,5 +192,3 @@ Being ordered into a relationship would be difficult for anyone, but they're so
<<set $slaves[$slaveIndices[$subSlave.ID]] = $subSlave>>
<</if>>
<<set $activeSlave = getSlave($AS)>> /* this should be harmless, keyword should */
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