mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Add missing artifact name in wagon text, fix #2763
This commit is contained in:
parent
ec2bef40fb
commit
7d8adcc083
@ -891,6 +891,7 @@ void CGOnceVisitable::initObj(CRandomGenerator & rand)
|
||||
loadRandomArtifact(rand, info[0], 10, 10, 0, 0);
|
||||
info[0].limiter.numOfGrants = 1;
|
||||
info[0].message.addTxt(MetaString::ADVOB_TXT, 155);
|
||||
info[0].message.addReplacement(VLC->arth->artifacts[info[0].reward.artifacts.back()]->Name());
|
||||
}
|
||||
else if(hlp < 90) //2 - 5 of non-gold resource
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user