mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Should not be able to use Isochron Scepter anymore when it's tapped.
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user