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

Merge branch 'pregmod-dev' into 'pregmod-master'

remove redundant block

See merge request pregmodfan/fc-pregmod!8452
parents 1020dcfe 5a92cfc2
No related branches found
No related tags found
1 merge request!8452remove redundant block
...@@ -49,14 +49,6 @@ App.Desc.upperFace = function(slave) { ...@@ -49,14 +49,6 @@ App.Desc.upperFace = function(slave) {
r.push(`A pair of bunny ears sprout from a headband atop ${his} head.`); r.push(`A pair of bunny ears sprout from a headband atop ${his} head.`);
break; break;
} }
if (hasAnyCyberneticEyes(slave)) {
r.push(`${He} has artificial`);
if (hasBothCyberneticEyes(slave)) {
r.push(`eyes.`);
} else {
r.push(`an eye.`);
}
}
if (slave.eyewear === "corrective glasses" || slave.eyewear === "blurring glasses" || slave.eyewear === "glasses") { if (slave.eyewear === "corrective glasses" || slave.eyewear === "blurring glasses" || slave.eyewear === "glasses") {
r.push(`${He}'s wearing a pair of`); r.push(`${He}'s wearing a pair of`);
switch (slave.clothes) { switch (slave.clothes) {
......
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