mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
CardFactoryUtil: Miracle is a Trigger now, and make PlayAi a bit better to check if it can play it
This commit is contained in:
@@ -268,11 +268,6 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
return chooseItems(validCards, min);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void playMiracle(SpellAbility miracle, Card card) {
|
||||
throw new IllegalStateException("Callers of this method currently assume that it performs extra functionality!");
|
||||
}
|
||||
|
||||
@Override
|
||||
public CardCollectionView chooseCardsToDelve(int genericAmount, CardCollection grave) {
|
||||
return CardCollection.EMPTY;
|
||||
|
||||
Reference in New Issue
Block a user