1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Disabled Seer Huts for 0.97c.

This commit is contained in:
DjWarmonger 2015-03-12 10:45:24 +01:00
parent a832b7efee
commit a1da08f802

View File

@ -2263,7 +2263,8 @@ void CRmgTemplateZone::addAllPossibleObjects(CMapGenerator* gen)
//seer huts with creatures or generic rewards
if (questArtZone) //we won't be placing seer huts if there is no zone left to place arties
//if (questArtZone) //we won't be placing seer huts if there is no zone left to place arties
if (false) //FIXME: Seer Huts are bugged
{
static const int genericSeerHuts = 8;
int seerHutsPerType = 0;