From 2247b82ecd838f0ae34729ef980ccf40f6b604dc Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 5 Mar 2020 12:37:19 -0500 Subject: [PATCH] strip --- src/interaction/slaveInteract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index 4fc723a872a..7cd0a7860cf 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -885,7 +885,7 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { } if (sexOption.scene) { - App.UI.replace('#miniscene', `<<include "${sexOption.scene}">>`); // We need to update AS after the scene concludes, for virginity at least. + App.UI.replace('#miniscene', `<<include "${sexOption.scene}">>`); } else if (sexOption.goto) { App.UI.replace('#miniscene', `<<goto "${sexOption.goto}">>`); } -- GitLab