mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +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.sourceName = sourceName;
|
||||||
this.sourceCard = sourceCard;
|
this.sourceCard = sourceCard;
|
||||||
this.rules = new ArrayList<String>();
|
this.rules = new ArrayList<String>();
|
||||||
rules.add(ability.getRule(sourceName));
|
rules.add(ability.getRule());
|
||||||
this.power = "";
|
this.power = "";
|
||||||
this.toughness = "";
|
this.toughness = "";
|
||||||
this.loyalty = "";
|
this.loyalty = "";
|
||||||
|
|
Loading…
Reference in a new issue