From c2587d855fa35888945d0a046febcc0b6953211f Mon Sep 17 00:00:00 2001 From: Pietro Date: Thu, 5 Apr 2018 01:45:25 +0200 Subject: [PATCH] Fixed a little bug The market won't show anymore in the "Soon" list if already built. --- 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 d93f079c..ce4ff85a 100644 --- a/Templates/Build/avaliable.tpl +++ b/Templates/Build/avaliable.tpl @@ -250,7 +250,7 @@ if($armoury == 0 && ($mainbuilding <= 2 || $academy == 0)) { if($cropland <= 4) { include("soon/grainmill.tpl"); } -if($marketplace == 0 && ($mainbuilding <= 2 || $granary <= 0 || $warehouse <= 0)) { +if($market == 0 && ($mainbuilding <= 2 || $granary <= 0 || $warehouse <= 0)) { include("soon/marketplace.tpl"); } if($residence == 0 && $mainbuilding <= 4) {