mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Improve display of Achievement Earned dialog for special achievements
This commit is contained in:
@@ -148,10 +148,8 @@ public abstract class Achievement {
|
|||||||
|
|
||||||
if (earnedSpecial()) {
|
if (earnedSpecial()) {
|
||||||
if (!hadEarnedSpecial) {
|
if (!hadEarnedSpecial) {
|
||||||
if (image != null) { //only update image if it has already been initialized
|
|
||||||
updateTrophyImage();
|
updateTrophyImage();
|
||||||
}
|
gui.showImageDialog(image, displayName + "\n" + sharedDesc + "\n" + mythicDesc, "Achievement Earned");
|
||||||
gui.showImageDialog(image, displayName + "\n" + sharedDesc + ".", "Achievement Earned");
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user