Skip to content
Snippets Groups Projects
Commit 1da617c2 authored by Pregmodder's avatar Pregmodder
Browse files

more fixes

parent eaaa88af
No related branches found
No related tags found
No related merge requests found
...@@ -154,13 +154,13 @@ App.Desc.face = function(slave) { ...@@ -154,13 +154,13 @@ App.Desc.face = function(slave) {
if (slave.faceImplant > 5) { if (slave.faceImplant > 5) {
r.push(`${He}'s`); r.push(`${He}'s`);
if (slave.faceImplant > 95) { if (slave.faceImplant > 95) {
r.push(`had so much cosmetic surgery that ${his} face is located at the bottom of the uncanny valley`); r.push(`had so much cosmetic surgery that ${his} face is located at the bottom of the uncanny`);
if (slave.face < -10) { if (slave.face < -10) {
r.push(`in addition to its ugliness.`); r.push(`valley in addition to its ugliness.`);
} else if (slave.face <= 10) { } else if (slave.face <= 10) {
r.push(`the only thing really distinctive about it.`); r.push(`valley; the only thing really distinctive about it.`);
} else { } else {
r.push(`its attractiveness notwithstanding.`); r.push(`valley, its attractiveness notwithstanding.`);
} }
} else if (slave.faceImplant > 60) { } else if (slave.faceImplant > 60) {
r.push(`obviously gotten a lot of facial cosmetic surgery.`); r.push(`obviously gotten a lot of facial cosmetic surgery.`);
......
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