Some changes to framework functions, some minor changes to existing cards.

This commit is contained in:
LevelX2 2014-12-20 18:17:12 +01:00
parent 0ef340d108
commit e4dbb3c9fc
9 changed files with 76 additions and 20 deletions

View file

@ -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>");
}
}
}