Skip to content
Snippets Groups Projects
Commit 77a00245 authored by Pregmodder's avatar Pregmodder
Browse files

simplify check

parent c9a5a496
No related branches found
No related tags found
1 merge request!8613simplify check
......@@ -67,7 +67,7 @@ App.Desc.boobsShape = function(slave) {
} else {
r.push(`${He} has ${slave.boobsImplant} cc breast implants. ${His} implants are well done, but ${his} breasts are so rounded and high that they are clearly artificial.`);
}
} else if (slave.boobsImplant > 0 && slave.boobsImplant > 600) {
} else if (slave.boobsImplant > 600) {
r.push(`${He} has ${slave.boobsImplant} cc`);
if (slave.boobsImplant / slave.boobs >= 0.75) {
r.push(`${implantType} implants. They are extremely obvious; with little natural breast tissue to support them, they look like a pair of balloons attached to ${his} chest.`);
......
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