Some improvements to split card handling. Better display of tooltip of split cards, also added handling if not cast from hand.

This commit is contained in:
LevelX2 2013-05-09 21:26:15 +02:00
parent a29dc6cb18
commit b352217e17
11 changed files with 256 additions and 66 deletions

View file

@ -591,4 +591,8 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
@Override
public void removeCounters(Counter counter, Game game) {}
public Card getCard() {
return card;
}
}