mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Some changes to framework functions, some minor changes to existing cards.
This commit is contained in:
parent
0ef340d108
commit
e4dbb3c9fc
9 changed files with 76 additions and 20 deletions
|
|
@ -112,7 +112,7 @@ public class CardsView extends LinkedHashMap<UUID, CardView> {
|
|||
}
|
||||
}
|
||||
if (!names.isEmpty()) {
|
||||
abilityView.getRules().add("<i>Targets: " + names.toString() + "</i>");
|
||||
abilityView.getRules().add("<i>Related to: " + names.toString() + "</i>");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue