mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Minor tweak.
This commit is contained in:
parent
01390e0c2c
commit
3cc9705bfe
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user