From 8064bc54652061153e0cfedad26ed3e04e80b51e Mon Sep 17 00:00:00 2001
From: Ivan Savenko <saven.ivan@gmail.com>
Date: Sat, 21 Jan 2023 15:58:28 +0200
Subject: [PATCH] Fix description of artifacts

---
 lib/CArtHandler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CArtHandler.cpp b/lib/CArtHandler.cpp
index 0536a2c76..35e70ea73 100644
--- a/lib/CArtHandler.cpp
+++ b/lib/CArtHandler.cpp
@@ -776,7 +776,7 @@ void CArtifactInstance::init()
 
 std::string CArtifactInstance::getEffectiveDescription(const CGHeroInstance * hero) const
 {
-	std::string text = artType->getDescription();
+	std::string text = artType->getDescriptionTranslated();
 	if (!vstd::contains(text, '{'))
 		text = '{' + artType->getNameTranslated() + "}\n\n" + text; //workaround for new artifacts with single name, turns it to H3-style