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

fix blurring eyewear

parent 74a69023
No related branches found
No related tags found
1 merge request!8779fix blurring eyewear
......@@ -62,10 +62,10 @@ App.UI.salon = function(slave, cheat = false) {
.addValue("Cosmetic glasses", "glasses", billMod);
if (getBestVision(slave) !== 0 && anyVisionEquals(slave, 1)) {
option.addValue("Corrective glasses", "corrective glasses", billMod);
option.addValue("Corrective glasses", "corrective glasses", billMod);
option.addValue("Corrective contacts", "corrective contacts", billMod);
} else {
option.addValue("Blurring glasses", "blurring glasses", billMod);
option.addValue("Blurring glasses", "blurring glasses", billMod);
option.addValue("Blurring contacts", "blurring contacts", billMod);
option.addComment("Blurring options are annoying and impede performance on some assignments.");
}
el.append(options.render());
......
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