support some cards discarded by opponent

This commit is contained in:
Anthony Calosa
2017-03-16 10:58:27 +08:00
parent c73d08187b
commit 44cb0d995e
9 changed files with 227 additions and 372 deletions

View File

@@ -306,6 +306,7 @@ void MTGCardInstance::initMTGCI()
auraParent = NULL;
TokenAndAbility = NULL;
GrantedAndAbility = NULL;
discarderOwner = NULL;
lastController = NULL;
regenerateTokens = 0;
blocked = false;