diff --git a/src/gui/options/options.js b/src/gui/options/options.js
index 5f908c0e3ed6589f059621bcce18260c08e46bc7..3bdf43ca72eb385a6145ce2127e9a75b73634993 100644
--- a/src/gui/options/options.js
+++ b/src/gui/options/options.js
@@ -747,6 +747,10 @@ App.UI.optionsPassage = function() {
 				.addComment("This will enable the experimental nursery, which allows players to interact with growing slave children. An alternative to the incubator.");
 		}
 
+		options.addOption("Food is", "food", V.experimental)
+			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
+			.addComment("This will enable the experimental food supply and demand system.");
+
 		if (V.seeExtreme === 1 && V.seeBestiality === 1) {
 			options.addOption("Animal Ovaries are", "animalOvaries", V.experimental)
 				.addValue("Enabled", 1).on().addValue("Disabled", 0).off()