From 986eba13558e3a169de7e6698c0f1421f782979b Mon Sep 17 00:00:00 2001 From: Shadowss Date: Thu, 15 Aug 2013 11:51:48 +0300 Subject: [PATCH] You can build the brewery only in your capital! Show more options forget --- Templates/Build/avaliable.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Build/avaliable.tpl b/Templates/Build/avaliable.tpl index 98a5fb1a..7f3185da 100644 --- a/Templates/Build/avaliable.tpl +++ b/Templates/Build/avaliable.tpl @@ -414,7 +414,7 @@ if($greatworkshop == 0 && $workshop >= 18 && $village->capital == 0 && GREAT_WKS if($session->tribe == 1 && $horsedrinkingtrough == 0 && ($rallypoint <= 5 || $stable <= 10)) { include("soon/horsedrinking.tpl"); } - if($brewery == 0 && ($rallypoint <= 5 || $granary <= 10) && $session->tribe == 2) { + if($brewery == 0 && ($rallypoint <= 5 || $granary <= 10) && $session->tribe == 2 && $village->capital == 1) { include("soon/brewery.tpl"); } if($greatbarracks == 0 && $barrack >= 15 && $village->capital == 0) {