Skip to content
Snippets Groups Projects
Commit 58e67a51 authored by brickode's avatar brickode
Browse files

Removed unnecessary switch

parent 16fd19a9
No related branches found
No related tags found
1 merge request!2699Nursery and Farmyard Changes
......@@ -211,11 +211,6 @@ window.assignJob = function assignJob(slave, job) {
slave.assignmentVisible = 0;
V.nurserySlaves++;
V.NurseryiIDs.push(slave.ID);
switch (V.nurseryDecoration) {
default:
slave.livingRules = "normal";
break;
}
break;
case "be the attendant":
......
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