mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fixed compilation errors.
This commit is contained in:
parent
4653a53078
commit
3d1688f851
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class AbilityView extends CardView {
|
|||
this.sourceName = sourceName;
|
||||
this.sourceCard = sourceCard;
|
||||
this.rules = new ArrayList<String>();
|
||||
rules.add(ability.getRule(sourceName));
|
||||
rules.add(ability.getRule());
|
||||
this.power = "";
|
||||
this.toughness = "";
|
||||
this.loyalty = "";
|
||||
|
|
Loading…
Reference in a new issue