Sfoglia il codice sorgente

Disabled Seer Huts for 0.97c.

DjWarmonger 10 anni fa
parent
commit
a1da08f802
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      lib/rmg/CRmgTemplateZone.cpp

+ 2 - 1
lib/rmg/CRmgTemplateZone.cpp

@@ -2263,7 +2263,8 @@ void CRmgTemplateZone::addAllPossibleObjects(CMapGenerator* gen)
 
 
 	//seer huts with creatures or generic rewards
 	//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;
 		static const int genericSeerHuts = 8;
 		int seerHutsPerType = 0;
 		int seerHutsPerType = 0;