1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
This commit is contained in:
DjWarmonger 2011-07-27 10:41:27 +00:00
parent 0893ed816f
commit 8789968d67

View File

@ -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
{