Skip to content
Snippets Groups Projects
Commit 9a2fb23e authored by brickode's avatar brickode
Browse files

Minor fixes

parent 1a056882
No related branches found
No related tags found
1 merge request!8272Partners
......@@ -495,6 +495,7 @@ globalThis.seX = function(slave1, act1, slave2, act2, count = 1) {
// Slave 2 does their normal thing. If "Slave 2" is the public, then increment the public counter for slave 1 instead.
if (slave2 === "public") {
actX(slave1, "publicUse", count);
addPartner(slave1, -2);
} else if (typeof slave2 === 'string') {
// someday we may track "slaves" and "assistant"
} else {
......
......@@ -104,6 +104,8 @@ App.Interact.fAnimal = function(slave, type) {
mainDiv.append(cleanUp());
}
addPartner(slave, -8);
return frag;
......
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