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

tweaks

parent 8d2d559f
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ App.Markets.corporate = function() { ...@@ -62,7 +62,7 @@ App.Markets.corporate = function() {
} else if ((V.corp.SpecRaces.length === 1)) { } else if ((V.corp.SpecRaces.length === 1)) {
corpSpecRace = V.corp.SpecRaces.jsRandom(); corpSpecRace = V.corp.SpecRaces.jsRandom();
} }
r.push(`${HeU}'s ${corpSpecRace}, of course ${(V.corp.SpecAccent === 1) ? `, and has a cute accent` : ``}.`); r.push(`${HeU}'s ${corpSpecRace}, of course${(V.corp.SpecAccent === 1) ? `, and has a cute accent` : ``}.`);
} }
if (V.corp.SpecHormones === 1) { if (V.corp.SpecHormones === 1) {
r.push(`${HisU} voice is soft and feminine, and ${heU} bats ${hisU} eyes at you.`); r.push(`${HisU} voice is soft and feminine, and ${heU} bats ${hisU} eyes at you.`);
...@@ -99,7 +99,7 @@ App.Markets.corporate = function() { ...@@ -99,7 +99,7 @@ App.Markets.corporate = function() {
costMod = 0.9; costMod = 0.9;
} }
App.UI.DOM.appendNewElement("p", el, App.Markets.purchaseFramework("corporate", { costMod: costMod })); App.UI.DOM.appendNewElement("p", el, App.Markets.purchaseFramework("corporate", {costMod: costMod}));
r = []; r = [];
...@@ -174,6 +174,7 @@ App.Markets.corporate = function() { ...@@ -174,6 +174,7 @@ App.Markets.corporate = function() {
} }
) )
); );
el.append(result);
App.UI.DOM.appendNewElement("p", el, App.UI.DOM.appendNewElement("p", el,
App.UI.DOM.link( App.UI.DOM.link(
"End corporate slave sales here and return this sector to standard markets", "End corporate slave sales here and return this sector to standard markets",
...@@ -185,6 +186,6 @@ App.Markets.corporate = function() { ...@@ -185,6 +186,6 @@ App.Markets.corporate = function() {
"Main" "Main"
) )
); );
el.append(result);
return el; return el;
}; };
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