Skip to content
Snippets Groups Projects
Commit 5bfbd938 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'hgIgnoreFlaws' into 'pregmod-master'

hgIgnoreFlaws

Closes #3148

See merge request !9576
parents b62ac1e3 51e868b8
No related branches found
No related tags found
1 merge request!9576hgIgnoreFlaws
Pipeline #39929 passed
......@@ -42,6 +42,8 @@ App.Facilities.HGSelect = function() {
r.push(`${HGName} will softern flaws into quirks.`);
} else if (V.headGirlOverridesQuirks) {
r.push(`${HGName} will override quirks.`);
} else {
r.push(`${HGName} will ignore flaws.`);
}
links.push(App.UI.DOM.link(" Override quirks", () => {
......@@ -66,6 +68,14 @@ App.Facilities.HGSelect = function() {
[], 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));
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