mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed Convoke throwing an error when no creature has been tapped.
This commit is contained in:
@@ -127,7 +127,7 @@ public abstract class SpellAbility {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
private CardList tappedForConvoke = null;
|
private CardList tappedForConvoke = new CardList();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user