add some cards from kamigawa

This commit is contained in:
Anthony Calosa
2016-08-23 06:49:57 +08:00
parent cd2f4480f4
commit 42e240c9ab
5 changed files with 92 additions and 30 deletions

View File

@@ -890,7 +890,7 @@ bool MTGCardInstance::isTargetter()
int MTGCardInstance::canBlock()
{
if (tapped)
if (tapped && !has(Constants::CANBLOCKTAPPED))
return 0;
if (basicAbilities[(int)Constants::CANTBLOCK])
return 0;