From 34e811ba024bafec89b4d3c2e23a8605111244a6 Mon Sep 17 00:00:00 2001
From: Anonymous <>
Date: Mon, 31 Jul 2023 18:05:16 +0100
Subject: [PATCH] Add some code that had been deleted accidentally

---
 src/gui/options/options.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index 6318ebdb0c5..c898416693f 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -737,6 +737,10 @@ App.UI.optionsPassage = function() {
 		options.addOption("New event", "tempEventToggle")
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off();
 
+		options.addOption("New Interactions", "interactions", V.experimental)
+			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
+			.addComment("This will enable WIP slave interactions. Currently fully functional, but a little rough around the edges.");
+
 		options.addOption("Sex overhaul", "sexOverhaul", V.experimental)
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
 			.addComment("This will enable a new way to interact with slaves. Currently working but missing flavor text.");
-- 
GitLab