Fixed redirection of damage for battle cards, added 2 new keywords to target combined zones, added some new primitives from MOM set.

This commit is contained in:
Vittorio Alfieri
2023-05-15 16:37:10 +02:00
parent a1d82d9f84
commit 546c755185
3 changed files with 205 additions and 19 deletions
+1 -1
View File
@@ -1557,7 +1557,7 @@ AADamager::AADamager(GameObserver* observer, int _id, MTGCardInstance * _source,
for(int i = 0; i < checkWalkers;++i)
{
check = ((Player*)_target)->game->battlefield->cards[i];
if(check->hasType(Subtypes::TYPE_PLANESWALKER) || check->hasType(Subtypes::TYPE_BATTLE))
if(check->hasType(Subtypes::TYPE_PLANESWALKER))
{
this->redirected = true;
MTGAbility * setWalker = this->clone();