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

fix

parent 7b5d24af
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ App.Entity.Facilities.CellblockJob = class extends App.Entity.Facilities.Facilit
let r = super.canEmploy(slave);
if (slave.trust < -50) {
r.push(`${slave.slaveName} is too terrified for the cellblock to have an effect ${this.facility.name}.`);
r.push(`${slave.slaveName} is too terrified for ${this.facility.name} to have an effect.`);
} else if ((slave.devotion > -20 || slave.trust < -20) && (slave.devotion >= -50 || slave.trust < -50)) {
r.push(`${slave.slaveName} is not defiant enough for ${this.facility.name} to have an effect.`);
}
......
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