Added Q06 set, improved Android downloader, fixed bug for indestructible creatures that have to go different zone after death (e.g. if they have exiledeath ability), fixed a bug when indestructible creatures have toughness = 0 (e.g. "March of the Machines" with manacost = 0 artifacts).
This commit is contained in:
@@ -2540,7 +2540,7 @@ AACounter::AACounter(GameObserver* observer, int id, MTGCardInstance * source, M
|
||||
|
||||
//specail cases, indestructible creatures which recieve enough counters to kill it are destroyed as a state based effect
|
||||
if(_target->toughness <= 0 && _target->has(Constants::INDESTRUCTIBLE) && toughness < 0)
|
||||
_target->controller()->game->putInGraveyard(_target);
|
||||
_target->toGrave(true); // The indestructible cards can have different destination zone after death.
|
||||
return nb;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user