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

Merge branch 'nursery-dev' into 'pregmod-master'

Nursery requirement tweaks

See merge request !5791
parents 1604f4ab 4283afe0
No related branches found
No related tags found
1 merge request!5791Nursery requirement tweaks
......@@ -41,7 +41,7 @@ App.Entity.Facilities.NurseryNannyJob = class extends App.Entity.Facilities.Faci
checkRequirements(slave) {
let r = super.checkRequirements(slave);
if (!App.Entity.Facilities.Job._isBrokenEnough(slave, -20, -50, 20, -21)) {
if (!App.Entity.Facilities.Job._isBrokenEnough(slave, 51, 21, -20, -95)) {
r.push(App.Entity.Facilities.Job._stdBreakageMessage(slave));
}
......
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