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

revert else if

parent 641bea17
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,8 @@ App.Desc.name = function(slave) {
} else if (slave.slaveSurname !== slave.birthSurname) {
r.push(`${slave.birthSurname}.`);
}
} else if (slave.slaveSurname === 0) {
}
if (slave.slaveSurname === 0) {
r.push(`${He} has no surname as a slave, which ${he}`);
if (slave.devotion > 95) {
r.push(`loves.`);
......
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