|
@@ -3707,8 +3707,8 @@ bool CGameHandler::dig(const CGHeroInstance *h)
|
|
{
|
|
{
|
|
ArtifactID grail = ArtifactID::GRAIL;
|
|
ArtifactID grail = ArtifactID::GRAIL;
|
|
|
|
|
|
- iw.text.appendLocalString(EMetaText::GENERAL_TXT, 58); //"Congratulations! After spending many hours digging here, your hero has uncovered the "
|
|
|
|
- iw.text.replaceName(grail);
|
|
|
|
|
|
+ iw.text.appendLocalString(EMetaText::GENERAL_TXT, 58); //"Congratulations! After spending many hours digging here, your hero has uncovered the " ...
|
|
|
|
+ iw.text.appendName(grail); // ... " The Grail"
|
|
iw.soundID = soundBase::ULTIMATEARTIFACT;
|
|
iw.soundID = soundBase::ULTIMATEARTIFACT;
|
|
giveHeroNewArtifact(h, grail.toArtifact(), ArtifactPosition::FIRST_AVAILABLE); //give grail
|
|
giveHeroNewArtifact(h, grail.toArtifact(), ArtifactPosition::FIRST_AVAILABLE); //give grail
|
|
sendAndApply(&iw);
|
|
sendAndApply(&iw);
|