Added new keyword to count creature of the same type with both unique and common names, added/fixed primitives form M19 set.
Added new keyword to count creature of the same type with both unique and common names, added/fixed primitives form M19 set. Added new keyword to count creature of the same type with both unique and common names, added/fixed primitives form M19 set. Added new keyword to count creature of the same type with both unique and common names, added/fixed primitives form M19 set. Added new keyword to count creature of the same type with both unique and common names, added/fixed primitives form M19 set.
This commit is contained in:
@@ -385,7 +385,7 @@ void MTGPlayerCards::showHand()
|
||||
// Moves a card to its owner's graveyard
|
||||
MTGCardInstance * MTGPlayerCards::putInGraveyard(MTGCardInstance * card)
|
||||
{
|
||||
if (card->getCurrentZone() != card->controller()->game->hand && card->basicAbilities[(int)Constants::EXILEDEATH])
|
||||
if (card->getCurrentZone() != card->controller()->game->hand && card->basicAbilities[(int)Constants::EXILEDEATH])
|
||||
{
|
||||
return putInZone(card, card->getCurrentZone(), card->owner->game->exile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user