mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-23 07:28:24 -08:00
AE ligature fix
This commit is contained in:
@@ -82,6 +82,7 @@ CardInfo *OracleImporter::addCard(QString cardName, const QString &cardCost, con
|
||||
// Workaround for card name weirdness
|
||||
if (cardName.contains("XX"))
|
||||
cardName.remove("XX");
|
||||
cardName = cardName.replace("Æ", "Ae");
|
||||
|
||||
bool mArtifact = false;
|
||||
if (cardType.endsWith("Artifact"))
|
||||
|
||||
Reference in New Issue
Block a user