Skip to content
Snippets Groups Projects
Commit d0a9665c authored by Pregmodder's avatar Pregmodder
Browse files

Fixes

parent 719fc422
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -12,27 +12,6 @@
<br><br>
<</if>>
<<if ndef $defaultRules>>
<<include "Init Rules">>
<</if>>
<<if ndef $prostateImplants>>
<<set $prostateImplants = 0>>
<</if>>
<<if ndef $aphrodisiacUpgradeRefine>>
<<set $aphrodisiacUpgradeRefine = 0>>
<</if>>
<<if ndef $dietCleanse>>
<<set $dietCleanse = 0>>
<</if>>
<<if ndef $PC.birthSelf>>
<<set $PC.birthSelf = 0>>
<</if>>
<<if ndef $PC.balls>>
<<set $PC.balls = 0>>
<</if>>
<<if ndef $universalRulesImmobileSlavesMaintainMuscles>>
<<set $universalRulesImmobileSlavesMaintainMuscles = 0>>
<</if>>
<<set $currentRule = $defaultRules[0]>>
<<SlaveSort $slaves>>
......
......@@ -29,6 +29,7 @@
<<if $personalAttention == _Slave.ID>>''@@.lightcoral;PA@@''<</if>>
<<print "[[_slaveName|Slave Interact][$activeSlave = $slaves["+_ssi+"]]]">>
<<case "Personal Attention Select">>
<<if (_Slave.assignmentVisible != 1) || (_Slave.fuckdoll > 0)>><<continue>><</if>>
<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
<<print "[[_slaveName|Personal Attention Select][$personalAttention = $slaves["+_ssi+"].ID, $activeSlave = $slaves["+_ssi+"], $personalAttentionChanged = 1]]">>
<<case "Agent Select">>
......
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