* Daretti, Scrap Savant - Fixed a bug that the game is locked if multiple delayed triggered abilities from the emlem trigger.

This commit is contained in:
LevelX2 2015-03-09 01:03:21 +01:00
parent dfebed44a5
commit ecc3c8b1e4
4 changed files with 38 additions and 16 deletions

View file

@ -63,4 +63,10 @@ public class AbilityView extends CardView {
public CardView getSourceCard() {
return this.sourceCard;
}
public void setName(String name) {
this.name = name;
}
}