mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Fixed #777.
This commit is contained in:
parent
0893ed816f
commit
8789968d67
@ -3319,7 +3319,7 @@ void CGameHandler::playerMessage( ui8 player, const std::string &message )
|
||||
|
||||
for(int i = 0; i < ARMY_SIZE; i++)
|
||||
if(!hero->hasStackAtSlot(i))
|
||||
insertNewStack(StackLocation(hero, i), archangel, 10);
|
||||
insertNewStack(StackLocation(hero, i), archangel, 5);
|
||||
}
|
||||
else if(message == "vcmiangband") //gives 10 black knight into each slot
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user