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

indent

parent e6842c5e
No related branches found
No related tags found
1 merge request!10455Block gene mod for indenture and sick
...@@ -93,7 +93,7 @@ App.UI.surgeryPassageExotic = function(slave, refreshParent, cheat = false) { ...@@ -93,7 +93,7 @@ App.UI.surgeryPassageExotic = function(slave, refreshParent, cheat = false) {
function retroVirus() { function retroVirus() {
const el = new DocumentFragment(); const el = new DocumentFragment();
const slaveGeneList = App.UI.DOM.appendNewElement("ul", el); const slaveGeneList = App.UI.DOM.appendNewElement("ul", el);
const select = document.createElement("select"); const select = App.UI.DOM.makeElement("select", null, "choices");
const canEditGenes = slave.indentureRestrictions === 0 && slave.health.health >= 0; const canEditGenes = slave.indentureRestrictions === 0 && slave.health.health >= 0;
select.classList.add("rajs-list"); select.classList.add("rajs-list");
const description = App.UI.DOM.appendNewElement("div", el, null); const description = App.UI.DOM.appendNewElement("div", el, null);
......
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