1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Stack artifacts - part 1

This commit is contained in:
DjWarmonger
2012-01-30 16:07:52 +00:00
parent 56c56f81e3
commit b8a5d0d430
13 changed files with 318 additions and 72 deletions

View File

@ -1410,6 +1410,7 @@ void CGameState::init( StartInfo * si, ui32 checksum, int Seed )
CGHeroInstance *hero = k->second.heroes[0];
hero->giveArtifact(toGive->id);
}
break;
}
}
/****************************TOWNS************************************************/