Skip to content
Snippets Groups Projects
Commit 87f992df authored by lowercasedonkey's avatar lowercasedonkey
Browse files

typing fix for SimpleSlaveSlaveFucking

parent 5c6a1f7e
No related branches found
No related tags found
1 merge request!8539typing fix for SimpleSlaveSlaveFucking
......@@ -388,10 +388,11 @@ globalThis.SimpleSexAct = (function() {
function SimpleSlaveSlaveFucking(subSlave, domSlave, fuckCount = 1) {
let fuckTarget = 0;
let r = "";
let sex = "";
for (let j = 0; j < fuckCount; j++) {
// there is a reason randomization happens inside cycle - to spread fuck around, otherwise cycle isn't even needed
// there is a reason randomization happens inside cycle - to spread fuck around, otherwise cycle isn't even needed
/** @type {FC.SlaveActs} */
let sex;
fuckTarget = jsRandom(1, 100);
if (subSlave.nipples === "fuckable" && canPenetrate(domSlave) && fuckTarget > 80) {
sex = "mammary";
......
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