Ver Fonte

Minor tweak.

DjWarmonger há 10 anos atrás
pai
commit
3cc9705bfe
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/rmg/CRmgTemplateZone.cpp

+ 1 - 1
lib/rmg/CRmgTemplateZone.cpp

@@ -2263,7 +2263,7 @@ void CRmgTemplateZone::addAllPossibleObjects(CMapGenerator* gen)
 
 		for (auto cre : VLC->creh->creatures)
 		{
-			if (cre->faction == townType)
+			if (!cre->special && cre->faction == townType)
 			{
 				creatures.push_back(cre);
 			}