Skip to content
Snippets Groups Projects
Commit 7f927cbb authored by Arkerthan's avatar Arkerthan
Browse files

fix no not participating slaves

parent 0cff90cc
No related branches found
No related tags found
1 merge request!6253fix no not participating slaves
...@@ -114,8 +114,12 @@ ...@@ -114,8 +114,12 @@
/* and now describe what the non-participating slaves are doing */ /* and now describe what the non-participating slaves are doing */
<<set _nonparticipants = _msSlaves.filter((s) => s.mode === "none").map((s) => s.slave)>> <<set _nonparticipants = _msSlaves.filter((s) => s.mode === "none").map((s) => s.slave)>>
<p><<print _nonparticipants.map((s) => s.slaveName).reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>> can't participate in the train, so $Concubine.slaveName has them busy lying under the slaves who are, offering what oral stimulation they can manage.</p> <<if _nonparticipants.length > 0>>
<<run _nonparticipants.forEach((s) => actX(s, "oral"))>> <p>
<<print _nonparticipants.map((s) => s.slaveName).reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>> can't participate in the train, so $Concubine.slaveName has them busy lying under the slaves who are, offering what oral stimulation they can manage.
</p>
<<run _nonparticipants.forEach((s) => actX(s, "oral"))>>
<</if>>
<<set _top = _msSlaves.slice().reverse().find((s) => s.mode !== "none")>> <<set _top = _msSlaves.slice().reverse().find((s) => s.mode !== "none")>>
......
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