1
0
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:
godric3 2017-10-05 14:52:51 +02:00
parent ec2bef40fb
commit 7d8adcc083

View File

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