Skip to content
Snippets Groups Projects
Commit bb036831 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix gov for player

parent d9492a4c
No related branches found
No related tags found
1 merge request!9220Allow cheat edit of any arc including player from same function
......@@ -15,8 +15,10 @@ App.UI.Cheat.arcology = function(num) {
"east", "north", "northeast", "northwest", "south", "southeast", "southwest", "west"
]).pulldown();
}
options.addOption("government", "government", arc)
.addValueList(["a committee", "a corporation", "an individual", "an oligarchy", "direct democracy", "elected officials"]);
options.addOption("government", "government", arc);
if (num > 0) {
option.addValueList(["a committee", "a corporation", "an individual", "an oligarchy", "direct democracy", "elected officials"]);
}
options.addOption("leaderID", "leaderID", arc).showTextBox();
options.addOption("honeymoon", "honeymoon", arc).showTextBox();
options.addOption("prosperity", "prosperity", arc).showTextBox();
......
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