forked from External/mage
Many changes to split cards handling (showing arrows and log text for fused spells., handling protection and other things correctly).
This commit is contained in:
parent
22bdb209ab
commit
101194acf7
11 changed files with 165 additions and 98 deletions
|
|
@ -110,6 +110,11 @@ public class StackAbility implements StackObject, Ability {
|
|||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getImageName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public String getExpansionSetCode() {
|
||||
return expansionSetCode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue