Skip to content
Snippets Groups Projects
Commit 70be47da authored by null's avatar null
Browse files

Sex overhaul: allow both temporary and permanent effects from sex

parent 1f0aa9df
No related branches found
No related tags found
1 merge request!10525Sex overhaul: allow both temporary and permanent effects from sex
...@@ -96,7 +96,7 @@ App.UI.SlaveInteract.useSlave = function(slave) { ...@@ -96,7 +96,7 @@ App.UI.SlaveInteract.useSlave = function(slave) {
// Generator Functions // Generator Functions
function options() { function options() {
const optionsDiv = document.createElement("div"); const optionsDiv = document.createElement("div");
const options = App.UI.SlaveInteract.useSlave.options(PC, slave, playerState, slaveState); const options = App.UI.SlaveInteract.useSlave.options(PC, tempSlave, slave, playerState, slaveState);
const contextual = generateOptions(options.contextual, optionsDiv); const contextual = generateOptions(options.contextual, optionsDiv);
const face = generateOptions(options.face, optionsDiv); const face = generateOptions(options.face, optionsDiv);
......
This diff is collapsed.
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