mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Cartographer/Observatory is now configurable object
This commit is contained in:
@@ -1068,7 +1068,7 @@ void CGTownInstance::onTownCaptured(const PlayerColor & winner) const
|
||||
setOwner(winner);
|
||||
FoWChange fw;
|
||||
fw.player = winner;
|
||||
fw.mode = 1;
|
||||
fw.mode = FoWChange::Mode::REVEAL;
|
||||
cb->getTilesInRange(fw.tiles, getSightCenter(), getSightRadius(), winner, 1);
|
||||
cb->sendAndApply(& fw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user