瀏覽代碼

Minor tweak.

DjWarmonger 10 年之前
父節點
當前提交
3cc9705bfe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 			}