Skip to content
Snippets Groups Projects
Commit 7a8679c9 authored by DCoded's avatar DCoded
Browse files

Living conditions fix

parent 1f946298
Branches
Tags
1 merge request!2620Nursery
...@@ -212,15 +212,8 @@ window.assignJob = function assignJob(slave, job) { ...@@ -212,15 +212,8 @@ window.assignJob = function assignJob(slave, job) {
V.nurserySlaves++; V.nurserySlaves++;
V.NurseryiIDs.push(slave.ID); V.NurseryiIDs.push(slave.ID);
switch (V.nurseryDecoration) { switch (V.nurseryDecoration) {
case "Chattel Religionist":
case "Chinese Revivalist":
slave.livingRules = "normal";
break;
case "Degradationist":
slave.livingRules = "spare";
break;
default: default:
slave.livingRules = "luxurious"; slave.livingRules = "normal";
break; break;
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment