diff --git a/src/cheats/cheatEditArcology.js b/src/cheats/cheatEditArcology.js
index 91183d6c8cf6ab0e36dcfb8015ecb07220a3515b..852bd1648d34b45ac18f8dabd7663f1717d0f09a 100644
--- a/src/cheats/cheatEditArcology.js
+++ b/src/cheats/cheatEditArcology.js
@@ -19,7 +19,10 @@ App.UI.Cheat.arcology = function(num) {
 	if (num > 0) {
 		option.addValueList(["a committee", "a corporation", "an individual", "an oligarchy", "direct democracy", "elected officials"]);
 	}
-	options.addOption("Leader ID", "leaderID", arc).showTextBox();
+	options.addOption("Leader ID", "leaderID", arc);
+	if (num > 0) {
+		option.showTextBox();
+	}
 	options.addOption("Honeymoon", "honeymoon", arc).showTextBox();
 	options.addOption("Prosperity", "prosperity", arc).showTextBox();
 	options.addOption("Ownership", "ownership", arc).showTextBox();