mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Moved stateful artifact randomization logic to gamestate from handler
This commit is contained in:
@ -858,7 +858,7 @@ void AddQuest::applyGs(CGameState * gs) const
|
||||
|
||||
void UpdateArtHandlerLists::applyGs(CGameState * gs) const
|
||||
{
|
||||
VLC->arth->allocatedArtifacts = allocatedArtifacts;
|
||||
gs->allocatedArtifacts = allocatedArtifacts;
|
||||
}
|
||||
|
||||
void UpdateMapEvents::applyGs(CGameState * gs) const
|
||||
|
Reference in New Issue
Block a user