1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Moved rumors generation to NewTurnProcessor

This commit is contained in:
Ivan Savenko
2024-08-25 19:25:40 +00:00
parent 691a1a666d
commit 020f1d1f46
5 changed files with 81 additions and 78 deletions

View File

@@ -108,7 +108,6 @@ public:
void calculatePaths(const std::shared_ptr<PathfinderConfig> & config) override;
int3 guardingCreaturePosition (int3 pos) const override;
std::vector<CGObjectInstance*> guardingCreatures (int3 pos) const;
RumorState pickNewRumor();
/// Gets a artifact ID randomly and removes the selected artifact from this handler.
ArtifactID pickRandomArtifact(vstd::RNG & rand, int flags);