From 87291988acf9b85759cd150618f9534157b1b93d Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Tue, 21 Aug 2018 18:32:30 -0700 Subject: [PATCH] Fixed wrong facility name --- src/pregmod/farmyard.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pregmod/farmyard.tw b/src/pregmod/farmyard.tw index 0f2017dc794..2e4d2c285e0 100644 --- a/src/pregmod/farmyard.tw +++ b/src/pregmod/farmyard.tw @@ -19,7 +19,7 @@ The $farmyardName is not dissimilar to a warehouse in its basic size and form, b <br><br> -<<link "Decommission the armory and return this sector to manufacturing">> +<<link "Decommission $farmyardName and return this sector to manufacturing">> <<set $farmyard = 0>> <<for _i = 0; _i < $sectors.length; _i++>> <<if $sectors[_i].type == "Farmyard">><<set $sectors[_i].type = "Manufacturing">><<break>><</if>> -- GitLab