Skip to content
Snippets Groups Projects
Commit 51e868b8 authored by Blank_Alt's avatar Blank_Alt Committed by Pregmodder
Browse files

hgIgnoreFlaws

parent b62ac1e3
No related branches found
No related tags found
1 merge request!9576hgIgnoreFlaws
...@@ -42,6 +42,8 @@ App.Facilities.HGSelect = function() { ...@@ -42,6 +42,8 @@ App.Facilities.HGSelect = function() {
r.push(`${HGName} will softern flaws into quirks.`); r.push(`${HGName} will softern flaws into quirks.`);
} else if (V.headGirlOverridesQuirks) { } else if (V.headGirlOverridesQuirks) {
r.push(`${HGName} will override quirks.`); r.push(`${HGName} will override quirks.`);
} else {
r.push(`${HGName} will ignore flaws.`);
} }
links.push(App.UI.DOM.link(" Override quirks", () => { links.push(App.UI.DOM.link(" Override quirks", () => {
...@@ -66,6 +68,14 @@ App.Facilities.HGSelect = function() { ...@@ -66,6 +68,14 @@ App.Facilities.HGSelect = function() {
[], passage() [], passage()
)); ));
links.push(App.UI.DOM.link(" Ignore flaws", () => {
V.headGirlTrainsFlaws = 0;
V.headGirlSoftensFlaws = 0;
V.headGirlOverridesQuirks = 0;
},
[], passage()
));
r.push(App.UI.DOM.generateLinksStrip(links)); r.push(App.UI.DOM.generateLinksStrip(links));
App.Events.addNode(f, r, "div", "indent"); App.Events.addNode(f, r, "div", "indent");
......
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