- Fixed Convoke throwing an error when no creature has been tapped.

This commit is contained in:
Sloth
2012-01-10 17:12:34 +00:00
parent e8c955cae1
commit cbe20deefa

View File

@@ -127,7 +127,7 @@ public abstract class SpellAbility {
} }
}; };
private CardList tappedForConvoke = null; private CardList tappedForConvoke = new CardList();
/** /**
* <p> * <p>