added Raid support
thisturn(creature[attacking]|mybattlefield)~morethan~0 only triggers once... use raid keyword... if raid then blah...
This commit is contained in:
@@ -1398,6 +1398,7 @@ int MTGCombatTriggersRule::receiveEvent(WEvent *e)
|
||||
if (card && card->isAttacker())
|
||||
{
|
||||
card->eventattacked();
|
||||
card->controller()->raidcount += 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user