Erwan
- fix issue 57 - needs verification when one of the quads is not here /both - target is player/card - ability/spell
This commit is contained in:
@@ -372,6 +372,10 @@ int MTGCardInstance::canBlock(MTGCardInstance * opponent){
|
||||
return 1;
|
||||
}
|
||||
|
||||
JQuad * MTGCardInstance::getIcon(){
|
||||
return resources.RetrieveCard(this,CACHE_THUMB);
|
||||
}
|
||||
|
||||
MTGCardInstance * MTGCardInstance::getNextPartner(){
|
||||
MTGInPlay * inplay = controller()->game->inPlay;
|
||||
MTGCardInstance * bandingPartner = inplay->getNextAttacker(banding);
|
||||
|
||||
Reference in New Issue
Block a user