BryanSWeber / CUNYAIModule

CUNYBot, an AI that plays complete games of Starcraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsPlaceable function should be broad enough to identify placeable extractors.

BryanSWeber opened this issue · comments

if (AssemblyManager::isFullyVisibleBuildLocation(miner.intended_build_type_, miner.intended_build_tile_) && (AssemblyManager::isPlaceableCUNY(miner.intended_build_type_, miner.intended_build_tile_) || miner.intended_build_type_.isRefinery()) ) {