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
1 merge request!8266more fixes
......@@ -154,13 +154,13 @@ App.Desc.face = function(slave) {
if (slave.faceImplant > 5) {
r.push(`${He}'s`);
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) {
r.push(`in addition to its ugliness.`);
r.push(`valley in addition to its ugliness.`);
} 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 {
r.push(`its attractiveness notwithstanding.`);
r.push(`valley, its attractiveness notwithstanding.`);
}
} else if (slave.faceImplant > 60) {
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