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

Remove "burderned"

parent fc35716f
No related branches found
No related tags found
No related merge requests found
......@@ -376,13 +376,13 @@ App.SlaveAssignment.takeClasses = (function() {
slave.intelligenceImplant -= Math.max(1, learning);
if (slave.intelligenceImplant <= 15) {
slave.intelligenceImplant = 15;
r += ` ${He} is <span class="education neg">no longer burderned by an advanced education.</span>`;
r += ` ${He} is <span class="education neg">no longer burdened by an advanced education.</span>`;
}
} else if (slave.intelligenceImplant > 0) {
slave.intelligenceImplant -= Math.max(1, learning);
if (slave.intelligenceImplant <= 0) {
slave.intelligenceImplant = 0;
r += ` ${He} is <span class="education neg">no longer burderned by anything resembling an education.</span>`;
r += ` ${He} is <span class="education neg">no longer burdened by anything resembling an education.</span>`;
}
} else {
slave.intelligenceImplant -= Math.max(1, learning);
......
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