- Should not be able to use Isochron Scepter anymore when it's tapped.

This commit is contained in:
jendave
2011-08-06 05:29:22 +00:00
parent fbda6a65e1
commit 51cec23ff0

View File

@@ -19515,6 +19515,9 @@ public class CardFactory implements NewConstants {
public boolean canPlay()
{
if (!super.canPlay())
return false;
if (getSourceCard().getAttachedCards().length > 0)
{
Card c = copyCard(getSourceCard().getAttachedCards()[0]);