diff --git a/Templates/Build/15_1.tpl b/Templates/Build/15_1.tpl index 1b308aeb..425d8077 100644 --- a/Templates/Build/15_1.tpl +++ b/Templates/Build/15_1.tpl @@ -51,6 +51,12 @@ if($village->resarray['f'.$id] >= DEMOLISH_LEVEL_REQ) { echo ""; } } + if ($village->natar==1) { + $select=($ty==99)? " SELECTED":""; + if ($VillageResourceLevels['f99'] >= 1 && !$building->isCurrent(99) && !$building->isLoop(99)) { + echo ""; + } + } echo ""; } }