mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
* amounts of units taking actions / being an object of actions won't be shown until action ends
* provisional support for "Save" button in System Options Window * forbidden buildings will be shown as forbidden, even if there are no res / other conditions are not fulfilled * improved damage calculation formula * several minor improvements
This commit is contained in:
@ -709,7 +709,7 @@ std::vector<std::pair<int,std::string> > CGHeroInstance::getCurrentMoraleModifie
|
||||
{
|
||||
char buf[100];
|
||||
sprintf(buf,VLC->generaltexth->arraytxt[117].c_str(),VLC->creh->creatures[13].namePl.c_str());
|
||||
ret.push_back(std::pair<int,std::string>(-1,buf)); //%s in group +1
|
||||
ret.push_back(std::pair<int,std::string>(1,buf)); //%s in group +1
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user