attempt to fix "notatarget"

notatarget must be allowed to target untargettable cards.
This commit is contained in:
Anthony Calosa
2015-09-23 12:14:47 +08:00
parent df659f648e
commit 7db5345f9a
4 changed files with 11 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ MTGCardInstance::MTGCardInstance(MTGCard * card, MTGPlayerCards * arg_belongs_to
isCDA = false;
isSwitchedPT = false;
isACopier = false;
bypassTC = false;
}
MTGCardInstance * MTGCardInstance::createSnapShot()