1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Create only a single seer hut for every artifact we have.

This commit is contained in:
Tomasz Zieliński
2023-06-17 08:45:10 +02:00
parent 190244369c
commit 30f81297c3

View File

@@ -477,6 +477,7 @@ void TreasurePlacer::addAllPossibleObjects()
}
oi.probability = 10;
oi.maxPerZone = 1;
oi.generateObject = [i, randomAppearance, this, qap]() -> CGObjectInstance *
{