diff --git a/src/facilities/dairy/dairy.js b/src/facilities/dairy/dairy.js index 3c16b0e062ed48a70abccc34c246c63ff8817689..b2589c70ec489519d36ad1b345679b934ddac566 100644 --- a/src/facilities/dairy/dairy.js +++ b/src/facilities/dairy/dairy.js @@ -500,13 +500,13 @@ App.Facilities.Dairy.dairy = class Dairy extends App.Facilities.Facility { options: [ { get text() { return `The cows are restrained only when necessary, allowing obedient cows freedom to range around.`; }, - link: `Deactivate`, + link: `Free range`, value: 0, handler: App.UI.DialogHandler(() => this._getEffect("restraints")), }, { get text() { return `The cows are restrained when being milked, giving the machines full play.`; }, - link: `Free range`, + link: `Restrain cows`, value: 1, handler: App.UI.DialogHandler(() => this._getEffect("restraints")), },