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:
LevelX2 2013-05-11 20:11:58 +02:00
parent 22bdb209ab
commit 101194acf7
11 changed files with 165 additions and 98 deletions

View file

@ -98,6 +98,11 @@ public abstract class MageObjectImpl<T extends MageObjectImpl<T>> implements Mag
return name;
}
@Override
public String getImageName() {
return name;
}
@Override
public void setName(String name) {
this.name = name;