taught ai how to use ability fizzlers such as Glen Elendra Archmage...reworked fizzle to cover both cases of ai trying to target a card on the stack.
This commit is contained in:
@@ -754,6 +754,8 @@ int ActionStack::count(int type, int state, int display)
|
||||
int ActionStack::getActionElementFromCard(MTGCardInstance * card)
|
||||
{
|
||||
|
||||
if(!card)
|
||||
return NULL;
|
||||
for (int i = 0; i < mCount; i++)
|
||||
{
|
||||
Interruptible * current = (Interruptible *) mObjects[i];
|
||||
|
||||
Reference in New Issue
Block a user