Erwan
- tap/untap of a card now sends an event
This commit is contained in:
@@ -110,7 +110,7 @@ void MTGAttackRule::Update(float dt){
|
||||
int MTGAttackRule::reactToClick(MTGCardInstance * card){
|
||||
if (!isReactingToClick(card)) return 0;
|
||||
card->attacker = 1;
|
||||
if (!card->basicAbilities[Constants::VIGILANCE]) card->tapped = 1;
|
||||
if (!card->basicAbilities[Constants::VIGILANCE]) card->tap();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user