mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Merge branch 'illusionary_terrain' into 'master'
Illusionary Terrain See merge request core-developers/forge!3636
This commit is contained in:
@@ -393,6 +393,9 @@ public class CardDetailUtil {
|
||||
}
|
||||
area.append("(chosen type: ");
|
||||
area.append(card.getChosenType());
|
||||
if (!card.getChosenType2().isEmpty()) {
|
||||
area.append(", ").append(card.getChosenType2());
|
||||
}
|
||||
area.append(")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user