ERwan
-fix issue 297 - also removed the "untapBlockers" system. The idea was nice but incorrectly implemented, and only 2 cards were using it so far.
This commit is contained in:
@@ -338,7 +338,7 @@ void MTGInPlay::untapAll(){
|
||||
for (i = 0; i < nb_cards; i ++){
|
||||
MTGCardInstance * card = cards[i];
|
||||
card->setUntapping();
|
||||
if (!card->basicAbilities[Constants::DOESNOTUNTAP] && card->getUntapBlockers()->isEmpty()){
|
||||
if (!card->basicAbilities[Constants::DOESNOTUNTAP]){
|
||||
card->attemptUntap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user